Skip to content

Commit 27b45df

Browse files
committed
refactor: remove an unused dependency
1 parent 0ccdcf4 commit 27b45df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(config) {
1515
},
1616

1717
frameworks: ['mocha'],
18-
reporters: ['mocha', 'saucelabs'],
18+
reporters: ['mocha'],
1919

2020
port: 9876,
2121
colors: true,

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"karma-chrome-launcher": "^3.1.0",
2626
"karma-mocha": "^1.1.1",
2727
"karma-mocha-reporter": "^2.0.4",
28-
"karma-sauce-launcher": "^1.2.0",
2928
"karma-sourcemap-loader": "^0.3.7",
3029
"karma-webpack": "4.0.0-rc.3",
3130
"mocha": "^6.0.0",

0 commit comments

Comments
 (0)