From ee60ec1c236e3116f718f7f5cc925ea3d0b5789a Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 5 May 2015 20:29:29 +0000 Subject: [PATCH] Update grunt-contrib-qunit to 0.7.0 This upgrade adds two changes, both of which are aimed at less reporting of false test passing: * Log PhantomJS errors as warnings * Add noGlobals option, forwarded to QUnit. Report proper exit code to grunt based on failures. Add support for AMD. See #31700 git-svn-id: https://develop.svn.wordpress.org/trunk@32356 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94cc4524c6..e1a5137256 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-imagemin": "~0.9.3", "grunt-contrib-jshint": "~0.11.0", - "grunt-contrib-qunit": "~0.5.2", + "grunt-contrib-qunit": "~0.7.0", "grunt-contrib-uglify": "~0.8.0", "grunt-contrib-watch": "~0.6.1", "grunt-includes": "~0.4.5",