{ "rootDir": "../", "transform": { "^.+\\.tsx?$": "/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleDirectories": ["node_modules", "common"], "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "worker.ts"], "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/jest_config/__mocks__/fileMock.ts", "\\.(css|scss)$": "/jest_config/__mocks__/styleMock.ts", "\\.worker.ts": "/jest_config/__mocks__/workerMock.js" }, "testPathIgnorePatterns": [], "setupFiles": [ "/jest_config/setupJest.js", "/jest_config/__mocks__/localStorage.ts" ], "automock": false, "snapshotSerializers": ["enzyme-to-json/serializer"], "browser": true }