diff --git a/typescript-sdk/jest.config.ts b/typescript-sdk/jest.config.ts index 0a9fa50b5..7a1faba82 100644 --- a/typescript-sdk/jest.config.ts +++ b/typescript-sdk/jest.config.ts @@ -177,11 +177,11 @@ const config: Config = { '^.+\\.(js|ts)$': ['ts-jest', { tsconfig: './tsconfig.json' }], }, moduleNameMapper: { - '^@hatchet(.*)$': '/hatchet$1', - '^@protoc/(.*)$': '/protoc/$1', - '^@util/(.*)$': '/hatchet/util/$1', - '^@models/(.*)$': '/hatchet/models/$1', - '^@clients/(.*)$': '/hatchet/clients/$1', + '^@hatchet/(.*)$': '/src/$1', + '^@protoc/(.*)$': '/src/$1', + '^@util/(.*)$': '/src/util/$1', + '^@models/(.*)$': '/src/models/$1', + '^@clients/(.*)$': '/src/clients/$1', }, // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation // transformIgnorePatterns: [