diff --git a/package.json b/package.json index 7c6719bf8d..085389b4a5 100644 --- a/package.json +++ b/package.json @@ -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 --detectOpenHandles", + "test:fixtures": "jest test/fixtures", "test:e2e": "jest -i test/e2e", "test:lint": "yarn lint", "test:unit": "jest test/unit",