Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Jan 30, 2024
1 parent 3e4636c commit 9e3b07b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions typescript-sdk/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ const config: Config = {
'^.+\\.(js|ts)$': ['ts-jest', { tsconfig: './tsconfig.json' }],
},
moduleNameMapper: {
'^@hatchet(.*)$': '<rootDir>/hatchet$1',
'^@protoc/(.*)$': '<rootDir>/protoc/$1',
'^@util/(.*)$': '<rootDir>/hatchet/util/$1',
'^@models/(.*)$': '<rootDir>/hatchet/models/$1',
'^@clients/(.*)$': '<rootDir>/hatchet/clients/$1',
'^@hatchet/(.*)$': '<rootDir>/src/$1',
'^@protoc/(.*)$': '<rootDir>/src/$1',
'^@util/(.*)$': '<rootDir>/src/util/$1',
'^@models/(.*)$': '<rootDir>/src/models/$1',
'^@clients/(.*)$': '<rootDir>/src/clients/$1',
},
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
// transformIgnorePatterns: [
Expand Down

0 comments on commit 9e3b07b

Please sign in to comment.