chore: jest config

refactor/jest-config
Raphaël 2019-12-07 19:53:41 +01:00 committed by GitHub
parent a17622aa1f
commit 45f1763415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ module.exports = {
},
collectCoverage: true,
"collectCoverageFrom": [
"src/(components|views|utils)/**/*.(ts|vue)",
"src/store/modules/**/*.ts"
"src/(store|config|components|views|utils|models)/**/*.(ts|vue)"
]
}