From 4a8045400abcbddb8130d223904cb5d0e8dde694 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 18 Apr 2017 16:31:42 -0700 Subject: [PATCH] build: Sync qunitjs version for karma with version of Special page 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29388c5ac5..55f36a357a 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.20.1