Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv committed Jul 11, 2024
1 parent 31e42e0 commit ca56d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { JestConfigWithTsJest } from 'ts-jest';
const config: JestConfigWithTsJest = {
preset: 'ts-jest/presets/default-esm',
testMatch: ['**/tests/**/*.ts'],
modulePaths: ['<rootDir>/libs/typescript'],

moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
Expand Down

0 comments on commit ca56d92

Please sign in to comment.