Skip to content

Commit e8377c8

Browse files
author
Bernie Zang
committed
fix(tooling): Add utc TZ to jest tests
1 parent b65b0c3 commit e8377c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean:dist": "rimraf \"packages/**/dist/\"",
1313
"test": "npm run static-analysis && npm run jest",
1414
"test:clean": "npm run clean && npm run test",
15-
"jest": "jest --config=jest.config.json",
15+
"jest": "TZ=utc jest --config=jest.config.json",
1616
"static-analysis": "npm run eslint && npm run stylelint",
1717
"eslint": "eslint packages",
1818
"stylelint": "stylelint \"packages/node_modules/**/*.css\"",

packages/node_modules/@ciscospark/react-component-activity-list/src/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)