Skip to content

Commit

Permalink
Remove unnecessary jest dependencies (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
namoscato authored Dec 13, 2021
1 parent 432d313 commit 0b3a153
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"urlcat": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.178",
"@types/mustache": "^4.1.2",
Expand All @@ -51,7 +50,6 @@
"eslint-plugin-jest": "^25.3.0",
"html-validate": "^6.1.4",
"jest": "^27.4.4",
"jest-circus": "^27.4.4",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
}
Expand Down

0 comments on commit 0b3a153

Please sign in to comment.