This commit is contained in:
Nikola Jokic
2025-04-16 10:26:22 +02:00
parent 3b0e87c9a7
commit 3bda7ef21e
14 changed files with 895 additions and 983 deletions

View File

@@ -0,0 +1,12 @@
{
"clearMocks": true,
"moduleFileExtensions": ["js", "ts"],
"testEnvironment": "node",
"testMatch": ["**/*-test.ts"],
"testRunner": "jest-circus/runner",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"verbose": true,
"testTimeout": 500000
}