Skip to content

Commit

Permalink
Don't explicitly depend on jquery.qunit
Browse files Browse the repository at this point in the history
This breaks qunit-karma-based test running, since qunit-karma loads its own
QUnit instance. This closes T94394.
  • Loading branch information
adrianheine authored and aude committed Apr 1, 2015
1 parent b2e6c22 commit b94587e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions DataValuesJavascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
),
'dependencies' => array(
'dataValues.DataValue',
'jquery.qunit',
'util.inherit',
'valueFormatters',
),
Expand All @@ -80,7 +79,6 @@
),
'dependencies' => array(
'dataValues.DataValue',
'jquery.qunit',
'util.inherit',
'valueParsers',
),
Expand Down
1 change: 0 additions & 1 deletion lib/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'qunit.parameterize/qunit.parameterize.js',
),
'dependencies' => array(
'jquery.qunit',
),
),

Expand Down

0 comments on commit b94587e

Please sign in to comment.