test: separate dev and unit test

[release]
This commit is contained in:
Clark Du 2020-01-20 21:42:55 +00:00 committed by Pooya Parsa
parent 3031ce68ac
commit 960984c08e
39 changed files with 1 additions and 1 deletions

View File

@ -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",