Skip to content

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed May 16, 2023
1 parent 019b3f4 commit 6edd12e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ module.exports = {
'(\\..+)\\.js': '$1',
'postgresql-client': '<rootDir>/src'
},
globalSetup: '<rootDir>/test/_support/env.ts'
globalSetup: '<rootDir>/test/_support/env.ts',
modulePathIgnorePatterns: [
'<rootDir>/build'
]
};

0 comments on commit 6edd12e

Please sign in to comment.