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