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