Fix test with timezone

This commit is contained in:
Gregory Schier
2025-09-25 08:03:07 -07:00
parent 3c438b3da7
commit b77f1375fd
4 changed files with 21 additions and 6 deletions

View File

@@ -5,10 +5,11 @@
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx",
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx",
"test": "vitest --run tests"
},
"dependencies": {
"@date-fns/tz": "^1.4.1",
"date-fns": "^4.1.0"
}
}