mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: separate dev and unit test
[release]
This commit is contained in:
parent
3031ce68ac
commit
960984c08e
@ -24,7 +24,7 @@
|
||||
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
|
||||
"pkg": "node -r esm ./scripts/package",
|
||||
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit",
|
||||
"test:dev": "jest test/unit --forceExit",
|
||||
"test:dev": "jest test/dev --forceExit",
|
||||
"test:e2e": "jest -i test/e2e --forceExit",
|
||||
"test:fixtures": "jest test/fixtures --forceExit",
|
||||
"test:lint": "yarn lint",
|
||||
|
Loading…
Reference in New Issue
Block a user