Skip to content

Commit b94587e

Browse files
adrianheineaude
authored andcommitted
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 b2e6c22 commit b94587e

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
@@ -68,7 +68,6 @@
6868
),
6969
'dependencies' => array(
7070
'dataValues.DataValue',
71-
'jquery.qunit',
7271
'util.inherit',
7372
'valueFormatters',
7473
),
@@ -80,7 +79,6 @@
8079
),
8180
'dependencies' => array(
8281
'dataValues.DataValue',
83-
'jquery.qunit',
8482
'util.inherit',
8583
'valueParsers',
8684
),

lib/resources.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'qunit.parameterize/qunit.parameterize.js',
3535
),
3636
'dependencies' => array(
37-
'jquery.qunit',
3837
),
3938
),
4039

0 commit comments

Comments
 (0)