Skip to content

Commit

Permalink
Force cypress to use PDT time (#41) (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Nov 23, 2021
1 parent 6b91aa3 commit 2123bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gantt-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"test:cypress": "cypress run"
"cypress:run": "TZ=America/Los_Angeles cypress run",
"cypress:open": "TZ=America/Los_Angeles cypress open"
},
"dependencies": {
"plotly.js-dist": "^1.57.1",
Expand Down

0 comments on commit 2123bc6

Please sign in to comment.