Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Oct 4, 2024
1 parent ed44443 commit fc3e784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/twenty-server/jest-integration.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ const jestConfig: JestConfigWithTsJest = {
rootDir: '.',
testEnvironment: 'node',
testRegex: '.integration-spec.ts$',
modulePathIgnorePatterns: ['<rootDir>/dist'],
modulePathIgnorePatterns: [
'<rootDir>/dist',
'<rootDir>/../twenty-emails/dist',
],
globalSetup: '<rootDir>/test/utils/setup-test.ts',
globalTeardown: '<rootDir>/test/utils/teardown-test.ts',
testTimeout: 15000,
Expand Down

0 comments on commit fc3e784

Please sign in to comment.