change grunt task to karma:saucelabs and remove qunit
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -119,9 +119,10 @@ module.exports = function(grunt) { | ... | @@ -119,9 +119,10 @@ module.exports = function(grunt) { |
119 | }, | 119 | }, |
120 | 120 | ||
121 | dev: { | 121 | dev: { |
122 | browsers: ['Chrome', 'Safari', 'Firefox', 'Opera', 'IE', 'PhantomJS', 'ChromeCanary'], | 122 | browsers: ['Chrome', 'Safari', 'Firefox', |
123 | configFile: 'test/localkarma.conf.js', | 123 | 'Opera', 'IE', 'PhantomJS', 'ChromeCanary'], |
124 | autoWatch: true | 124 | configFile: 'test/localkarma.conf.js', |
125 | autoWatch: true | ||
125 | }, | 126 | }, |
126 | 127 | ||
127 | chromecanary: { | 128 | chromecanary: { |
... | @@ -259,8 +260,7 @@ module.exports = function(grunt) { | ... | @@ -259,8 +260,7 @@ module.exports = function(grunt) { |
259 | 'concat', | 260 | 'concat', |
260 | 'uglify']); | 261 | 'uglify']); |
261 | 262 | ||
262 | grunt.registerTask('test', | 263 | grunt.registerTask('test', ['manifests-to-js', 'karma:saucelabs']); |
263 | ['manifests-to-js', 'qunit', 'karma']); | ||
264 | 264 | ||
265 | // travis build task | 265 | // travis build task |
266 | grunt.registerTask('build:travis', ['jshint', 'test:node', 'test:sauce-browser']); | 266 | grunt.registerTask('build:travis', ['jshint', 'test:node', 'test:sauce-browser']); | ... | ... |
-
Please register or sign in to post a comment