Skip to content

Commit 6ae22fa

Browse files
zigomiryyx990803
authored andcommitted
chore: remove map coverage. (#866)
Bacause it's deprecated.
1 parent b68c5b9 commit 6ae22fa

File tree

1 file changed

+1
-2
lines changed
  • packages/@vue/cli-plugin-unit-jest/generator

1 file changed

+1
-2
lines changed

packages/@vue/cli-plugin-unit-jest/generator/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ module.exports = api => {
2828
// serializer for snapshots
2929
'snapshotSerializers': [
3030
'jest-serializer-vue'
31-
],
32-
'mapCoverage': true
31+
]
3332
}
3433

3534
if (!api.hasPlugin('typescript')) {

0 commit comments

Comments
 (0)