{
    "preset": "ts-jest",
    "testEnvironment": "node",
    "modulePathIgnorePatterns": ["<rootDir>/dist"],
    "moduleNameMapper": {
        "@legendapp/state": "<rootDir>/index"
    }
}