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
This commit is contained in:
Aaron Jorbin 2015-05-05 20:29:29 +00:00
parent bb29a878c6
commit ee60ec1c23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-imagemin": "~0.9.3", "grunt-contrib-imagemin": "~0.9.3",
"grunt-contrib-jshint": "~0.11.0", "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-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-includes": "~0.4.5", "grunt-includes": "~0.4.5",