Skip to content

Commit

Permalink
update jest config to support @modules path
Browse files Browse the repository at this point in the history
  • Loading branch information
EzzatOmar committed Oct 18, 2023
1 parent 5bc388b commit 7186db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let config: Config.InitialOptions = {
// add ts-config path's here as regex
'^@shared/(.*)$': '<rootDir>/apps/server/src/shared/$1',
'^@src/(.*)$': '<rootDir>/apps/server/src/$1',
'^@modules/(.*)$': '<rootDir>/apps/server/src/modules/$1',
},
maxWorkers: 2, // limited for not taking all workers within of a single github action
};
Expand Down

0 comments on commit 7186db9

Please sign in to comment.