{
    "moduleNameMapper": {
        "^lib/(.*)$": "<rootDir>/lib/$1",
        "^src/(.*)$": "<rootDir>/src/$1",
        "^lodash-es$": "lodash"
    },
    "testPathIgnorePatterns": [
        "<rootDir>/node_modules/"
    ],
    "transformIgnorePatterns": [
        "node_modules/(?!(uuid)/)"
    ],
    "reporters": [
        "jest-junit",
        "jest-simple-dot-reporter"
    ],
    "verbose": true
}
