Skip to content

Commit

Permalink
fix: jest ts config path
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 20, 2024
1 parent 68c3ca9 commit d943b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
preset: 'ts-jest',
transform: {
'^.+\\.(j|t)s?$': ['ts-jest', {tsconfig: '<rootDir>/test/tsconfig.json'}],
'^.+\\.(j|t)s?$': ['ts-jest', {tsconfig: '<rootDir>/tsconfig.json'}],
},
transformIgnorePatterns: [],
testEnvironment: 'jsdom',
Expand Down

0 comments on commit d943b9d

Please sign in to comment.