From 5fce2d92b606d0aa4867b799c0d0d904fd10f2f9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 13 Jan 2019 01:07:34 +0330 Subject: [PATCH] use forceExit for test:fixtures --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 085389b4a5..b6871a2e02 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", + "test:fixtures": "jest test/fixtures --forceExit", "test:e2e": "jest -i test/e2e", "test:lint": "yarn lint", "test:unit": "jest test/unit",