Make WordPress Core

Changeset 32356 for trunk/package.json


Ignore:
Timestamp:
05/05/2015 08:29:29 PM (9 years ago)
Author:
jorbin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r32280 r32356  
    2020    "grunt-contrib-imagemin": "~0.9.3",
    2121    "grunt-contrib-jshint": "~0.11.0",
    22     "grunt-contrib-qunit": "~0.5.2",
     22    "grunt-contrib-qunit": "~0.7.0",
    2323    "grunt-contrib-uglify": "~0.8.0",
    2424    "grunt-contrib-watch": "~0.6.1",
Note: See TracChangeset for help on using the changeset viewer.