Skip to content

Commit f837d6b

Browse files
author
Pooya Parsa
committed
temporary enable --detectOpenHandles for test:fixtures
1 parent b91cdaf commit f837d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
1717
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
1818
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
19-
"test:fixtures": "jest test/fixtures --forceExit",
19+
"test:fixtures": "jest test/fixtures --forceExit --detectOpenHandles",
2020
"test:e2e": "jest -i test/e2e",
2121
"test:lint": "yarn lint",
2222
"test:unit": "jest test/unit",

0 commit comments

Comments
 (0)