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


Built from https://develop.svn.wordpress.org/trunk@32356


git-svn-id: http://core.svn.wordpress.org/trunk@32327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2015-05-05 20:30:37 +00:00
parent 4cdf05f6bc
commit 9495d91e76

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32355';
$wp_version = '4.3-alpha-32356';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.