Skip to content

Commit 86403e8

Browse files
committed
run browser tests in firefox
1 parent 4415f86 commit 86403e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ gulp.task('test-browser', function (cb) {
177177

178178
gulp.task('run-browser-test', function(cb){
179179
new karmaServer({
180-
configFile: __dirname + '/test/browser/karma-chrome.conf.js',
180+
configFile: __dirname + '/test/browser/karma-firefox.conf.js',
181181
}, cb).start();
182182
});
183183

0 commit comments

Comments
 (0)