Skip to content

Commit

Permalink
Remove mapCoverage as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
termosa authored Feb 25, 2018
1 parent b654847 commit e32abe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/test/unit/jest.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
],{{/e2e}}
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],
setupFiles: ['<rootDir>/test/unit/setup'],
mapCoverage: true,
coverageDirectory: '<rootDir>/test/unit/coverage',
collectCoverageFrom: [
'src/**/*.{js,vue}',
Expand Down

0 comments on commit e32abe6

Please sign in to comment.