{ "testURL": "http://localhost", "verbose": false, "rootDir": "..", "roots": [ "/app", "/shared" ], "moduleNameMapper": { "^shared/(.*)$": "/shared/$1", "^.*[.](gif|ttf|eot|svg)$": "/__test__/fileMock.js" }, "moduleFileExtensions": [ "js", "jsx", "json" ], "moduleDirectories": [ "node_modules" ], "modulePaths": [ "/app" ], "setupFiles": [ "/__mocks__/window.js" ], "setupFilesAfterEnv": [ "./app/test/setup.js" ] }