Skip to content

Commit 62d9841

Browse files
38elementseddyerburgh
authored andcommitted
chore: remove unused dependencies (#313)
1 parent 45a445b commit 62d9841

File tree

3 files changed

+1
-123
lines changed

3 files changed

+1
-123
lines changed

Diff for: package-lock.json

-114
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"jsdom-global": "^3.0.2",
6969
"karma": "^1.7.0",
7070
"karma-chrome-launcher": "^2.2.0",
71-
"karma-coverage": "^1.1.1",
7271
"karma-mocha": "^1.3.0",
7372
"karma-sinon-chai": "^1.3.1",
7473
"karma-sourcemap-loader": "^0.3.7",

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

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function (config) {
44
config.set({
55
browsers: ['ChromeHeadless'],
66
frameworks: ['mocha', 'sinon-chai'],
7-
reporters: ['spec', 'coverage'],
7+
reporters: ['spec'],
88
files: [
99
'../../../node_modules/babel-polyfill/dist/polyfill.js',
1010
'../specs/**/*.+(vue|js)'
@@ -16,13 +16,6 @@ module.exports = function (config) {
1616
webpack: webpackConfig,
1717
webpackMiddleware: {
1818
noInfo: true
19-
},
20-
coverageReporter: {
21-
dir: './coverage',
22-
reporters: [
23-
{ type: 'lcov', subdir: '.' },
24-
{ type: 'text-summary' }
25-
]
2619
}
2720
})
2821
}

0 commit comments

Comments
 (0)