fix:#3 added process timezone for tests

This commit is contained in:
Elmar Kresse
2024-06-03 10:27:38 +02:00
parent e8974758bd
commit a26a592ed7
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
export const setup = () => {
process.env.TZ = 'UTC'
}