Revert "Running tests in production environment to remove spurious warnings"

This reverts commit 0a9b0f6bfb.
This commit is contained in:
Jeff Avallone 2018-02-18 16:26:36 -05:00
parent 0a9b0f6bfb
commit 2dd2132a2b
1 changed files with 1 additions and 1 deletions

View File

@ -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",