{ "globalSetup": "./jest.global-setup.js", "globalTeardown": "./jest.global-teardown.js", "testPathIgnorePatterns": ["dist", "/node_modules/", "/build/"], "roots": [""], "moduleFileExtensions": ["ts", "js", "json"], "testEnvironment": "node", "collectCoverage": true, "collectCoverageFrom": ["**/*.{js,ts,tsx}"], "coveragePathIgnorePatterns": ["dist", "/node_modules/", "/build/"], "coverageReporters": ["html", "lcov", "text", "text-summary"], "resetMocks": true, "restoreMocks": true }