chore: remove obsolete Jest config and unit test global setup (#4044)

The files were overlooked during the migration from jest to vitest
(#3940).
This commit is contained in:
Kristjan ESPERANTO
2026-03-01 14:12:15 +01:00
committed by GitHub
parent 083953fff5
commit 587bc2571e
2 changed files with 0 additions and 44 deletions

View File

@@ -1,3 +0,0 @@
module.exports = () => {
process.env.TZ = "UTC";
};