We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7456cd9 commit aa67e89Copy full SHA for aa67e89
jest.config.js
@@ -23,6 +23,7 @@ module.exports = {
23
collectCoverageFrom: [
24
'**/*.{vue}',
25
'!**/App.{vue}',
26
+ '!**/wrapper.js',
27
'!**/node_modules/**',
28
'!<rootDir>/dist/**',
29
'!<rootDir>/src/plugins/**',
0 commit comments