Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Always use the same timezone when running unit tests
Rūdolfs Ošiņš committed 3 years ago
commit 032f38724ec0d39f1b25ecfe17e3ccae3b3f23f4
parent d0f376cd413bdc8aee534f392180f6aeba952330
1 file changed +1 -1
modified package.json
@@ -6,7 +6,7 @@
    "build": "scripts/build",
    "check": "scripts/check",
    "coverage": "npx nyc report",
-
    "test:unit": "vitest run",
+
    "test:unit": "TZ='UTC' vitest run",
    "test:components": "cypress run --component",
    "test:e2e": "cypress run",
    "test:open": "cypress open"