Skip to content

Commit 10d9de1

Browse files
fix tests
1 parent 880cce8 commit 10d9de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ QUnit.module('Global formatting config (spec)', {
33983398
globalConfig[key] = value;
33993399
}
34003400
});
3401-
DateBox.defaultOptions(this.defaultOptions);
3401+
DateBox.defaultOptions(this.defaultOptions || []);
34023402
},
34033403
}, () => {
34043404
QUnit.test('implicit date displayFormat uses global dateFormat', function(assert) {

0 commit comments

Comments
 (0)