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',['jshint','package','test:unit','test:promises-aplus'/*, 'tests:docs'*/,'test:protractor']);
281
+
grunt.registerTask('test','Run unit, docs and e2e tests with Karma',['jshint','package','test:unit','test:promises-aplus','tests:docs','test:protractor']);
290
282
grunt.registerTask('test:jqlite','Run the unit tests with Karma',['tests:jqlite']);
291
283
grunt.registerTask('test:jquery','Run the jQuery unit tests with Karma',['tests:jquery']);
292
284
grunt.registerTask('test:modules','Run the Karma module tests with Karma',['tests:modules']);
293
-
grunt.registerTask('test:docs','Run the doc-page tests with Karma',['package'/*, 'tests:docs'*/]);
285
+
grunt.registerTask('test:docs','Run the doc-page tests with Karma',['package','tests:docs']);
294
286
grunt.registerTask('test:unit','Run unit, jQuery and Karma module tests with Karma',['tests:jqlite','tests:jquery','tests:modules']);
295
287
grunt.registerTask('test:protractor','Run the end to end tests with Protractor and keep a test server running in the background',['webdriver','connect:testserver','protractor:normal']);
296
288
grunt.registerTask('test:travis-protractor','Run the end to end tests with Protractor for Travis CI builds',['connect:testserver','protractor:travis']);
0 commit comments