Skip to content

Commit

Permalink
test: changed timezone for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 28, 2025
1 parent bf870c9 commit b546360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ export default defineConfig(({ command, mode }) => ({
brotli()
],
test: {
env: {
TZ: 'UTC'
},
include: ['tests/unit/**/*.spec.ts'],
globals: true,
setupFiles: ['tests/unit/setup.ts', 'tests/unit/expectExtends.ts'],
Expand Down

0 comments on commit b546360

Please sign in to comment.