{
    "moduleNameMapper": {
        "^lib/(.*)$": "<rootDir>/lib/$1",
        "^src/(.*)$": "<rootDir>/src/$1"
    },
    "setupFilesAfterEnv": ["<rootDir>/jest.setup.ts"],
    "testPathIgnorePatterns": ["<rootDir>/node_modules/"],
    "transformIgnorePatterns": [
        "<rootDir>/node_modules/(?!(lodash-es|@theorchard/datasource-ows|uuid)/)"
    ],
    "verbose": true,
    "moduleFileExtensions": ["ts", "js", "graphql"],
    "transform": {
        "^.+\\.graphql": "jest-transform-graphql",
        "^.+\\.(t|j)s$": "ts-jest"
    },
    "testTimeout": 60000
}
