Skip to content

Commit 09fd733

Browse files
committed
MAGETWO-62856: JSUnit job is failed on current mainline
1 parent 69c2954 commit 09fd733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/lib/ko/bind/datepicker.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright © 2016 Magento. All rights reserved.
2+
* Copyright © 2017 Magento. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
55

@@ -23,9 +23,9 @@ define([
2323

2424
config = {
2525
options: {
26-
'dateFormat': 'M/d/yy',
27-
'storeLocale': 'en_US',
28-
'timeFormat': 'h:mm: a'
26+
dateFormat: 'M/d/yy',
27+
storeLocale: 'en_US',
28+
timeFormat: 'h:mm: a'
2929
},
3030
storage: observable
3131
};

0 commit comments

Comments
 (0)