diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-12-22 17:07:04 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-12-22 17:07:04 +0300 |
commit | 5826cafb95624321882ecfbe87073e507b77431d (patch) | |
tree | f5888ea1876e9f77408d16c7b754828b1a6e5898 /Gruntfile.js | |
parent | 3b573a59d9acc5478e0817d3e0407b29c1fc6fa5 (diff) | |
download | jquery-5826cafb95624321882ecfbe87073e507b77431d.tar.gz jquery-5826cafb95624321882ecfbe87073e507b77431d.zip |
Revert "Deferred: Backwards-compatible standards interoperability"
This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 474c42847..ad59f16df 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -80,8 +80,6 @@ module.exports = function( grunt ) { "sizzle/dist": "sizzle/dist", "sizzle/LICENSE.txt": "sizzle/LICENSE.txt", - "npo/npo.js": "native-promise-only/npo.js", - "qunit/qunit.js": "qunitjs/qunit/qunit.js", "qunit/qunit.css": "qunitjs/qunit/qunit.css", "qunit/LICENSE.txt": "qunitjs/LICENSE.txt", @@ -205,9 +203,7 @@ module.exports = function( grunt ) { // jQuery on Windows. (see gh-2519) grunt.registerTask( "test_fast", runJsdomTests ? [ "node_smoke_tests" ] : [] ); - grunt.registerTask( "test", [ "test_fast" ].concat( - runJsdomTests ? [ "promises_aplus_tests" ] : [] - ) ); + grunt.registerTask( "test", [ "test_fast" ] ); // Short list as a high frequency watch task grunt.registerTask( "dev", [ "build:*:*", "lint", "uglify", "remove_map_comment", "dist:*" ] ); |