Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Delete jest-circus since it is the default runner as of jest 27
  • Loading branch information
Patrick Ellis committed Jun 5, 2021
1 parent f0414a7 commit a206383
Show file tree
Hide file tree
Showing 3 changed files with 6,542 additions and 11,895 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Expand Up @@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
Expand Down

0 comments on commit a206383

Please sign in to comment.