Skip to content

Commit c502ab3

Browse files
committed
fix: Ensure consistent timezone when running tests
1 parent 0df82e1 commit c502ab3

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
@@ -8,7 +8,7 @@
88
"dev": "node esbuild.config.mjs",
99
"format": "pnpm prettier --write . && pnpm eslint src/ tests/ --fix",
1010
"lint": "pnpm prettier --check . && pnpm eslint src/ tests/",
11-
"test": "pnpm jest",
11+
"test": "TZ=UTC pnpm jest",
1212
"changelog": "pnpm auto-changelog --template=compact --package && pnpm prettier --write docs/docs/changelog.md"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)