From e5383facd33953ee25383241b796ebbdaf8fa5e4 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Thu, 27 Oct 2016 14:58:26 +0200 Subject: [PATCH] wip --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dc261d12..2018c696c 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "lint:js": "npm-run-all --parallel lint:js:*", "lint": "npm-run-all --parallel lint:*", "tests": "cross-env TESTING=1 jest --runInBand --coverage src", - "e2e:tests": "jest --runInBand e2e-tests", + "e2e:tests": "jest --runInBand --forceExit e2e-tests", "phenomic-theme-base": "babel-node scripts/phenomic-theme-base.js", "phenomic-theme-base-linting": "eslint --config package.json --ignore-path .gitignore --fix themes/phenomic-theme-base/scripts themes/phenomic-theme-base/src", "prephenomic-theme-base-start": "npm run transpile && npm run phenomic-theme-base",