We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91cdaf commit f837d6bCopy full SHA for f837d6b
package.json
@@ -16,7 +16,7 @@
16
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
17
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
18
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
19
- "test:fixtures": "jest test/fixtures --forceExit",
+ "test:fixtures": "jest test/fixtures --forceExit --detectOpenHandles",
20
"test:e2e": "jest -i test/e2e",
21
"test:lint": "yarn lint",
22
"test:unit": "jest test/unit",
0 commit comments