Delete jest-circus since it is the default runner as of jest 27

This commit is contained in:
Patrick Ellis
2021-06-04 23:22:58 -04:00
parent f0414a79d7
commit a206383dae
3 changed files with 92 additions and 5445 deletions

View File

@@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},