Set node env for test
This commit is contained in:
parent
f297044203
commit
e841774978
@ -72,7 +72,7 @@
|
|||||||
"lint": "eslint app.js \"lib/**/*.js\" \"test/**/*.js\"",
|
"lint": "eslint app.js \"lib/**/*.js\" \"test/**/*.js\"",
|
||||||
"preinstall": "make pre-install",
|
"preinstall": "make pre-install",
|
||||||
"pretest": "NODE_ENV=test node test setup",
|
"pretest": "NODE_ENV=test node test setup",
|
||||||
"test": "mocha -t 5000 --exit --recursive test/acceptance test/integration test/unit",
|
"test": "NODE_ENV=test mocha -t 5000 --exit --recursive test/acceptance test/integration test/unit",
|
||||||
"posttest": "NODE_ENV=test node test teardown",
|
"posttest": "NODE_ENV=test node test teardown",
|
||||||
"update-internal-deps": "rm -rf node_modules && npm install",
|
"update-internal-deps": "rm -rf node_modules && npm install",
|
||||||
"docker-test": "./docker-test.sh",
|
"docker-test": "./docker-test.sh",
|
||||||
|
Loading…
Reference in New Issue
Block a user