{
  "moduleFileExtensions": ["js", "json", "ts"],
  "rootDir": "../src",
  "testEnvironment": "node",
  "testRegex": ".*\\.int\\.spec\\.ts$",
  "transform": {
    "^.+\\.(t|j)s$": "ts-jest"
  },
  "moduleNameMapper": {
    "^@test-utils/(.*)$": "<rootDir>/../test/utils/$1",
    "^@test-fixtures/(.*)$": "<rootDir>/../test/fixtures/$1",
    "^src/(.*)$": "<rootDir>/$1"
  }
}
