Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 36ddb99

Browse files
Tobinoeddyerburgh
authored andcommitted
fix: remove deprecated mapCoverage (#20)
1 parent a674ed5 commit 36ddb99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ The following configurations are recommended for Jest:
4040
// serializer for snapshots
4141
"snapshotSerializers": [
4242
"<rootDir>/node_modules/jest-serializer-vue"
43-
],
44-
"mapCoverage": true
43+
]
4544
}
4645
}
4746
```

0 commit comments

Comments
 (0)