Skip to content

Commit

Permalink
chore: remove unused dependencies (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and eddyerburgh committed Dec 30, 2017
1 parent 45a445b commit 62d9841
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 123 deletions.
114 changes: 0 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"jsdom-global": "^3.0.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
Expand Down
9 changes: 1 addition & 8 deletions test/unit/setup/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function (config) {
config.set({
browsers: ['ChromeHeadless'],
frameworks: ['mocha', 'sinon-chai'],
reporters: ['spec', 'coverage'],
reporters: ['spec'],
files: [
'../../../node_modules/babel-polyfill/dist/polyfill.js',
'../specs/**/*.+(vue|js)'
Expand All @@ -16,13 +16,6 @@ module.exports = function (config) {
webpack: webpackConfig,
webpackMiddleware: {
noInfo: true
},
coverageReporter: {
dir: './coverage',
reporters: [
{ type: 'lcov', subdir: '.' },
{ type: 'text-summary' }
]
}
})
}

0 comments on commit 62d9841

Please sign in to comment.