Skip to content

Commit 0b3a153

Browse files
authored
Remove unnecessary jest dependencies (#170)
1 parent 432d313 commit 0b3a153

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
clearMocks: true,
33
moduleFileExtensions: ['js', 'ts'],
44
testMatch: ['**/*.test.ts'],
5-
testRunner: 'jest-circus/runner',
65
transform: {
76
'^.+\\.ts$': 'ts-jest'
87
},

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"urlcat": "^2.0.4"
4040
},
4141
"devDependencies": {
42-
"@types/jest": "^27.0.3",
4342
"@types/js-yaml": "^4.0.5",
4443
"@types/lodash": "^4.14.178",
4544
"@types/mustache": "^4.1.2",
@@ -51,7 +50,6 @@
5150
"eslint-plugin-jest": "^25.3.0",
5251
"html-validate": "^6.1.4",
5352
"jest": "^27.4.4",
54-
"jest-circus": "^27.4.4",
5553
"ts-jest": "^27.1.1",
5654
"typescript": "^4.5.3"
5755
}

0 commit comments

Comments
 (0)