Skip to content

Commit aa67e89

Browse files
committed
Update jest.config.js
1 parent 7456cd9 commit aa67e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
collectCoverageFrom: [
2424
'**/*.{vue}',
2525
'!**/App.{vue}',
26+
'!**/wrapper.js',
2627
'!**/node_modules/**',
2728
'!<rootDir>/dist/**',
2829
'!<rootDir>/src/plugins/**',

0 commit comments

Comments
 (0)