Merge pull request #13 from sundowndev/refactor/jest-config

chore: jest config
master
Raphaël 2020-01-23 09:21:42 +01:00 committed by GitHub
commit 5273d3ef03
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, collectCoverage: true,
"collectCoverageFrom": [ "collectCoverageFrom": [
"src/(components|views|utils)/**/*.(ts|vue)", "src/(store|config|components|views|utils|models)/**/*.(ts|vue)"
"src/store/modules/**/*.ts"
] ]
} }