Skip to content

Commit afbcdbe

Browse files
committed
Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test
The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file.
1 parent d31e342 commit afbcdbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/datepicker/options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ define( [
44
"ui/widgets/datepicker",
55
"ui/i18n/datepicker-fr",
66
"ui/i18n/datepicker-he",
7-
"ui/i18n/datepicker-zh-CN"
7+
"ui/i18n/datepicker-zh-CN",
8+
"ui/ie"
89
], function( $, testHelper ) {
910

1011
module( "datepicker: options" );

0 commit comments

Comments
 (0)