Update Karma's QUnit to v1.22.0
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 12 Mar 2016 18:51:09 +0000 (18:51 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 12 Mar 2016 18:53:37 +0000 (18:53 +0000)
Follows-up 54bbef467d, which updated the version used by
MediaWiki's Special:JavaScriptTest.

Change-Id: I7876808c3b5ac88976706cdff1cf7abe8075cfdb

package.json

index cecfa9d..8b163a6 100644 (file)
@@ -19,6 +19,6 @@
     "karma-chrome-launcher": "0.2.2",
     "karma-firefox-launcher": "0.1.7",
     "karma-qunit": "0.1.9",
-    "qunitjs": "1.18.0"
+    "qunitjs": "1.22.0"
   }
 }