{
    "moduleNameMapper": {
        "^lodash-es$": "lodash",
        "^lib/(.*)$": "<rootDir>/lib/$1",
        "^src/(.*)$": "<rootDir>/src/$1",
        "^tests/(.*)$": "<rootDir>/tests/$1"
    },
    "testPathIgnorePatterns": [
        "<rootDir>/node_modules/"
    ],
    "reporters": [
        "jest-junit",
        "jest-simple-dot-reporter"
    ],
    "verbose": true,
    "moduleFileExtensions": [
        "ts",
        "js",
        "gql"
    ],
    "transform": {
        "^.+\\.gql$": "jest-transform-graphql",
        "^.+\\.(t|j)s$": "ts-jest"
    },
    "testTimeout": 120000
}
