Skip to content

Commit

Permalink
chore(CI): fix Jest tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 28, 2021
1 parent 2e2ec29 commit 379e280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jest.examples.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ export default {
'^fastify-decorators/(.*)$': '<rootDir>/lib/$1',
},
modulePathIgnorePatterns: ['<rootDir>/dist/fastify-decorators', '<rootDir>/node_modules/fastify-decorators'],

runInBand: false,
maxConcurrency: 8,
maxWorkers: 8,
testTimeout: 30_000,
};

0 comments on commit 379e280

Please sign in to comment.