Skip to content

Commit

Permalink
Set time zone in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 2, 2022
1 parent 8018a5b commit ab1d715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exports[`Playlist view container should display a playlist 1`] = `
·
</span>
<span>
Last modified: 9/11/2001, 10:46:40 AM
Last modified: 9/11/2001, 8:46:40 AM
</span>
</div>
<div
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "webpack-dev-server --inline --env.NODE_ENV=development",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 webpack --colors --progress --env.NODE_ENV=production",
"test": "jest",
"test": "cross-env TZ=GMT jest",
"coverage": "jest --coverage",
"lint": "eslint \"{app,test}/**/**.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"{app,test}/**/**.{js,jsx,ts,tsx}\" --fix",
Expand Down

0 comments on commit ab1d715

Please sign in to comment.