mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
test(coverage): collect coverage from all js by default
This commit is contained in:
parent
894a2f31b6
commit
0fb9b54fe0
@ -2,6 +2,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
coverageDirectory: './coverage/',
|
||||
collectCoverageFrom: [
|
||||
'<rootDir>/**/*.js',
|
||||
'!<rootDir>/lib/builder/webpack/plugins/vue/'
|
||||
],
|
||||
setupTestFrameworkScriptFile: './test/utils/setup',
|
||||
|
Loading…
Reference in New Issue
Block a user