You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['package','test:unit','tests:docs','test:e2e']);
260
+
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['package','test:unit','test:promises-aplus','tests:docs','test:e2e']);
240
261
grunt.registerTask('test:jqlite','Run the unit tests with Karma',['tests:jqlite']);
241
262
grunt.registerTask('test:jquery','Run the jQuery unit tests with Karma',['tests:jquery']);
242
263
grunt.registerTask('test:modules','Run the Karma module tests with Karma',['tests:modules']);
243
264
grunt.registerTask('test:docs','Run the doc-page tests with Karma',['package','tests:docs']);
244
265
grunt.registerTask('test:unit','Run unit, jQuery and Karma module tests with Karma',['tests:jqlite','tests:jquery','tests:modules']);
245
266
grunt.registerTask('test:e2e','Run the end to end tests with Karma and keep a test server running in the background',['connect:testserver','tests:end2end']);
0 commit comments