Skip to content

Commit 366eda1

Browse files
committed
Add env for testing
1 parent 1fcaa50 commit 366eda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"coveralls": "nyc report --reporter=text-lcov | coveralls",
5454
"lint": "standard-markdown && standard",
5555
"pretest": "npm run lint",
56-
"test": "nyc mocha"
56+
"test": "TZ=UTC NODE_ENV=test nyc mocha"
5757
},
5858
"license": "MIT",
5959
"standard": {

0 commit comments

Comments
 (0)