{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": ".", "moduleNameMapper": { "@/(.*)": "/src/$1", "test/(.*)": "/test/$1" }, "testEnvironment": "node", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.ts$": "ts-jest" }, "setupFiles": ["/test/setEnvVars.ts"] }