{ "moduleFileExtensions": ["js", "json", "ts", "tsx"], "rootDir": "..", "testRegex": ".*\\.int-spec\\.ts$", "testPathIgnorePatterns": ["/node_modules/"], "transform": { "^.+\\.(t|j)sx?$": "ts-jest" }, "transformIgnorePatterns": [ "/node_modules/(?!(\\.pnpm/)?(nanoid|uuid|image-dimensions|marked|happy-dom|lib0)(@|/))" ], "testEnvironment": "node", "testTimeout": 60000, "maxWorkers": 1, "globalSetup": "/test/integration/global-setup.ts", "globalTeardown": "/test/integration/global-teardown.ts", "moduleNameMapper": { "^@docmost/db/(.*)$": "/src/database/$1", "^@docmost/transactional/(.*)$": "/src/integrations/transactional/$1", "^@docmost/ee/(.*)$": "/src/ee/$1", "^src/(.*)$": "/src/$1" } }