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
-1
View File
@@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
+92 -5443
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -36,7 +36,6 @@
"@types/js-yaml": "^3.12.1",
"@vercel/ncc": "^0.23.0",
"jest": "^27.0.4",
"jest-circus": "^24.7.1",
"prettier": "^2.3.0",
"ts-jest": "^27.0.2",
"typescript": "^4.3.0"