Skip to content

Commit 0d1bebd

Browse files
committed
Build tweak to launch chrome for tests
1 parent 1ba726b commit 0d1bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function (config) {
1818
autoWatch: false,
1919
browsers: ['Chrome'],
2020
customLaunchers: {
21-
ChromeTravisCi: {
21+
Chrome_travis_ci: {
2222
base: 'Chrome',
2323
flags: ['--no-sandbox']
2424
}

0 commit comments

Comments
 (0)