From 5f7753b57f4957367dfd1adb8eb80c086c12eaea Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 21 Aug 2019 22:44:05 -0400 Subject: [PATCH] Upgrade grunt-contrib-qunit to 2.0.0 This appears to be required in order to run tests using QUnit 2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e89a641a..76d2f717 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^2.0.0", "grunt-contrib-jshint": "^1.1.0", - "grunt-contrib-qunit": "^1.3.0", + "grunt-contrib-qunit": "^2.0.0", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-uglify": "~4.0.1", "grunt-contrib-watch": "~1.1.0",