Skip to content

Commit 757164d

Browse files
committed
(fix) Tests: Replace resource loader with AMD
- Port all others;
1 parent b810fc3 commit 757164d

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

tests/unit/datepicker/datepicker.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"./datepicker_core",
3434
"./datepicker_events",
3535
"./datepicker_methods",
36-
"./datepicker_options",
37-
"./datepicker_test_helpers"
36+
"./datepicker_options"
3837
], function() {
3938
QUnit.start();
4039
});

tests/unit/dialog/dialog.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"./dialog_core",
4747
"./dialog_events",
4848
"./dialog_methods",
49-
"./dialog_options",
50-
"./dialog_test_helpers"
49+
"./dialog_options"
5150
], function() {
5251
QUnit.start();
5352
});

tests/unit/draggable/draggable.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
"./draggable_core",
113113
"./draggable_events",
114114
"./draggable_methods",
115-
"./draggable_options",
116-
"./draggable_test_helpers"
115+
"./draggable_options"
117116
], function() {
118117
QUnit.start();
119118
});

tests/unit/droppable/droppable.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"./droppable_core",
3636
"./droppable_events",
3737
"./droppable_methods",
38-
"./droppable_options",
39-
"./droppable_test_helpers"
38+
"./droppable_options"
4039
], function() {
4140
QUnit.start();
4241
});

tests/unit/resizable/resizable.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
"./resizable_core",
7474
"./resizable_events",
7575
"./resizable_methods",
76-
"./resizable_options",
77-
"./resizable_test_helpers"
76+
"./resizable_options"
7877
], function() {
7978
QUnit.start();
8079
});

tests/unit/sortable/sortable.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
"./sortable_core",
9494
"./sortable_events",
9595
"./sortable_methods",
96-
"./sortable_options",
97-
"./sortable_test_helpers"
96+
"./sortable_options"
9897
], function() {
9998
QUnit.start();
10099
});

0 commit comments

Comments
 (0)