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'], moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node', testEnvironment: 'node',
testMatch: ['**/*.test.ts'], testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: { transform: {
'^.+\\.ts$': 'ts-jest' '^.+\\.ts$': 'ts-jest'
}, },

5535
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,6 @@
"@types/js-yaml": "^3.12.1", "@types/js-yaml": "^3.12.1",
"@vercel/ncc": "^0.23.0", "@vercel/ncc": "^0.23.0",
"jest": "^27.0.4", "jest": "^27.0.4",
"jest-circus": "^24.7.1",
"prettier": "^2.3.0", "prettier": "^2.3.0",
"ts-jest": "^27.0.2", "ts-jest": "^27.0.2",
"typescript": "^4.3.0" "typescript": "^4.3.0"