mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: expand is cli option rather than configuration
This commit is contained in:
parent
4285d48691
commit
2be9d136d9
@ -7,6 +7,5 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
setupTestFrameworkScriptFile: './test/utils/setup',
|
setupTestFrameworkScriptFile: './test/utils/setup',
|
||||||
testPathIgnorePatterns: ['test/fixtures/.*/.*?/'],
|
testPathIgnorePatterns: ['test/fixtures/.*/.*?/'],
|
||||||
moduleFileExtensions: ['js', 'mjs', 'json'],
|
moduleFileExtensions: ['js', 'mjs', 'json']
|
||||||
expand: true
|
|
||||||
}
|
}
|
||||||
|
@ -58,10 +58,10 @@
|
|||||||
"prebuild": "yarn clean",
|
"prebuild": "yarn clean",
|
||||||
"security": "nsp check || true",
|
"security": "nsp check || true",
|
||||||
"test": "yarn test:fixtures && yarn test:unit",
|
"test": "yarn test:fixtures && yarn test:unit",
|
||||||
"test:fixtures": "jest --maxWorkers=4 --coverage test/fixtures",
|
"test:fixtures": "jest --maxWorkers=4 --coverage -e test/fixtures",
|
||||||
"test:e2e": "jest --maxWorkers=1 test/e2e",
|
"test:e2e": "jest --maxWorkers=1 test/e2e",
|
||||||
"test:lint": "yarn lint && yarn security",
|
"test:lint": "yarn lint && yarn security",
|
||||||
"test:unit": "jest --maxWorkers=4 --coverage test/unit"
|
"test:unit": "jest --maxWorkers=4 --coverage -e test/unit"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0",
|
"node": ">=8.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user