Skip to content

Commit 28b1e7f

Browse files
committed
Don't explicitly depend on jquery.qunit
This breaks qunit-karma-based test running, since qunit-karma loads its own QUnit instance. This closes T94394.
1 parent 30b78e0 commit 28b1e7f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

DataValuesJavaScript.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
),
6565
'dependencies' => array(
6666
'dataValues.DataValue',
67-
'jquery.qunit',
6867
'util.inherit',
6968
'valueFormatters',
7069
),
@@ -76,7 +75,6 @@
7675
),
7776
'dependencies' => array(
7877
'dataValues.DataValue',
79-
'jquery.qunit',
8078
'util.inherit',
8179
'valueParsers',
8280
),

lib/resources.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'qunit.parameterize/qunit.parameterize.js',
3131
),
3232
'dependencies' => array(
33-
'jquery.qunit',
3433
),
3534
),
3635

0 commit comments

Comments
 (0)