From 2dd2132a2b16814b998fea5bab16dab83d4aac20 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 18 Feb 2018 16:26:36 -0500 Subject: [PATCH] Revert "Running tests in production environment to remove spurious warnings" This reverts commit 0a9b0f6bfba53a0b2dd4bf586afe1d41e7a971e3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38b15f0..192fd66 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:webpack": "webpack --config webpack.prod.js", "build:prerender": "node ./script/__build__/prerender.js", "test": "run-s test:lint 'test:unit --coverage'", - "test:unit": "cross-env NODE_ENV=production jest", + "test:unit": "jest", "test:lint": "eslint --ignore-path .gitignore .", "test:watch": "yarn test:unit --watch", "i18n:scrub": "node ./script/i18n-scrub.js",