Skip to content

Commit d31c24c

Browse files
committed
test: remove chrome from karma
1 parent 01686a0 commit d31c24c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"jsdom": "^11.5.1",
5454
"jsdom-global": "^3.0.2",
5555
"karma": "^1.7.0",
56-
"karma-chrome-launcher": "^2.2.0",
5756
"karma-mocha": "^1.3.0",
5857
"karma-phantomjs-launcher": "^1.0.4",
5958
"karma-sinon-chai": "^1.3.1",

Diff for: test/setup/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const webpackConfig = require('./webpack.test.config.js')
22

33
module.exports = function (config) {
44
config.set({
5-
browsers: ['PhantomJS', 'ChromeHeadless'],
5+
browsers: ['PhantomJS'],
66
frameworks: ['mocha', 'sinon-chai'],
77
reporters: ['spec'],
88
files: [

0 commit comments

Comments
 (0)