temporary enable --detectOpenHandles for test:fixtures

This commit is contained in:
Pooya Parsa 2019-01-13 01:17:47 +03:30
parent b91cdafcd3
commit f837d6b09c

View File

@ -16,7 +16,7 @@
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
"test:fixtures": "jest test/fixtures --forceExit",
"test:fixtures": "jest test/fixtures --forceExit --detectOpenHandles",
"test:e2e": "jest -i test/e2e",
"test:lint": "yarn lint",
"test:unit": "jest test/unit",