{
    "testEnvironment": "node",
    "transform": {
        ".tsx?": "ts-jest"
    },
    "testRegex": "\\.(spec|test)\\.tsx?$",
    "moduleFileExtensions": ["ts", "tsx", "js", "json"],
    "testPathIgnorePatterns": ["/node_modules/", "dist"],
    "moduleNameMapper": {
        "\\.(s?css|png|svg|jpg|eot|woff|woff2)$": "<rootDir>/lib/test/test-mapper.ts",
        "^bundle-loader": "<rootDir>/lib/test/bundle-loader-mapper.ts"
    },
    "coverageReporters": ["json", "lcov", "text"]
}
