Navigation Menu

Skip to content

Commit

Permalink
Set NODE_ENV to test for test
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent 52b8aa5 commit 83171e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"xmlbuilder": ""
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list --ui tdd",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd",
"start": "./bin/gcs"
},
"bin": {
Expand Down

0 comments on commit 83171e6

Please sign in to comment.