Skip to content

Commit 0e76c97

Browse files
author
Irfan Maulana
committed
remove chrome browser from karma
1 parent b400ee2 commit 0e76c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (config) {
2424
// 1. install corresponding karma launcher
2525
// http://karma-runner.github.io/0.13/config/browsers.html
2626
// 2. add it to the `browsers` array below.
27-
browsers: ['ChromeHeadless', 'Chrome'],
27+
browsers: ['ChromeHeadless'],
2828
frameworks: ['mocha', 'chai-dom', 'sinon-chai'],
2929
reporters: ['spec', 'coverage'],
3030
files: ['./index.js'],

0 commit comments

Comments
 (0)