Env test for e2e-local

This commit is contained in:
Chi Vinh Le
2017-10-17 18:54:53 +07:00
parent 5197cab2b4
commit db91e2a27a
+1 -1
View File
@@ -17,7 +17,7 @@
"jest-watch": "TEST_MODE=unit NODE_ENV=test jest --watch",
"e2e": "NODE_ENV=test ./scripts/e2e.js",
"pree2e-local": "./scripts/e2e-local.sh",
"e2e-local": "nightwatch --config nightwatch-local.conf.js",
"e2e-local": "NODE_ENV=test nightwatch --config nightwatch-local.conf.js",
"test": "TEST_MODE=unit NODE_ENV=test jest && TEST_MODE=unit NODE_ENV=test mocha -R ${MOCHA_REPORTER:-spec}",
"test-cover": "TEST_MODE=unit NODE_ENV=test istanbul cover _mocha --report text --check-coverage -- -R spec",
"heroku-postbuild": "./bin/cli plugins reconcile && yarn build",