Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Changes the 'npm test' to set the testing to be always UTC (to solve …
Browse files Browse the repository at this point in the history
…CI issues)
  • Loading branch information
Ricardo Machado committed Mar 19, 2017
1 parent 87342a9 commit 9ce15f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"prebuild:watch": "babel --copy-files ./components --out-dir lib --ignore *.scss,*.md -w &",
"styleguide-server": "styleguidist server",
"styleguide-build": "styleguidist build",
"test": "jest -c ./tests/jest.config.json",
"test": "TZ=utc jest -c ./tests/jest.config.json",
"update-snapshots": "jest -c ./tests/jest.config.json -u",
"cov": "jest -c ./tests/jest.config.json --coverage --no-cache",
"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit 9ce15f9

Please sign in to comment.