Skip to content

Commit

Permalink
Removed unnecessary ts-jest configs
Browse files Browse the repository at this point in the history
  • Loading branch information
arodionov committed Oct 15, 2024
1 parent 4621836 commit a056379
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openrewrite/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
maxConcurrency: 5,
maxWorkers: 5,
testTimeout: 30000,
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
moduleNameMapper: {
Expand Down

0 comments on commit a056379

Please sign in to comment.