Skip to content

Commit d78d6c4

Browse files
committed
refactor(CI): use ChromeHeadless launcher
1 parent c40a189 commit d78d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = {
103103

104104
// start these browsers
105105
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
106-
browsers: ['Chrome', 'Firefox'],
106+
browsers: ['ChromeHeadless', 'Firefox'],
107107

108108
// Continuous Integration mode
109109
// if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)