mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test(coverage): ignore forked vue-ssr plugin
This commit is contained in:
parent
ed321f52c1
commit
7c9c4a5017
@ -1,6 +1,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
coverageDirectory: './coverage/',
|
coverageDirectory: './coverage/',
|
||||||
|
collectCoverageFrom: [
|
||||||
|
'!<rootDir>/lib/builder/webpack/plugins/vue/'
|
||||||
|
],
|
||||||
setupTestFrameworkScriptFile: './test/utils/setup',
|
setupTestFrameworkScriptFile: './test/utils/setup',
|
||||||
testPathIgnorePatterns: ['test/fixtures/.*/.*?/'],
|
testPathIgnorePatterns: ['test/fixtures/.*/.*?/'],
|
||||||
moduleFileExtensions: ['js', 'mjs', 'json'],
|
moduleFileExtensions: ['js', 'mjs', 'json'],
|
||||||
|
Loading…
Reference in New Issue
Block a user