build: Sync qunitjs version for karma with version of Special page
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 18 Apr 2017 23:31:42 +0000 (16:31 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 18 Apr 2017 23:31:42 +0000 (16:31 -0700)
Special:JavaScriptTest loads qunitjs from /resources/lib/qunitjs
which was upgraded in 99aad9397e to 1.23.1.

However, when running QUnit tests from the command-line, QUnit is
loaded by karma-qunit using the npm qunitjs dependency, which was
still at v1.22.0.

Change-Id: Ie24b2b061735fa03a8ed1527d09f65c103506c67

package.json

index 29388c5..55f36a3 100644 (file)
@@ -24,7 +24,7 @@
     "karma-firefox-launcher": "1.0.1",
     "karma-mocha-reporter": "2.2.3",
     "karma-qunit": "1.0.0",
-    "qunitjs": "1.22.0",
+    "qunitjs": "1.23.1",
     "stylelint-config-wikimedia": "0.4.1",
     "wdio-junit-reporter": "0.2.0",
     "wdio-mocha-framework": "0.5.8",