Skip to content

Commit

Permalink
Add env for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 1, 2017
1 parent 1fcaa50 commit 366eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard",
"pretest": "npm run lint",
"test": "nyc mocha"
"test": "TZ=UTC NODE_ENV=test nyc mocha"
},
"license": "MIT",
"standard": {
Expand Down

0 comments on commit 366eda1

Please sign in to comment.