Skip to content

Commit a5b3856

Browse files
dependabot[bot]fb55
andauthoredMay 28, 2021
build(deps-dev): bump jest from 26.6.3 to 27.0.1 (#500)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Böhm <188768+fb55@users.noreply.github.com>
1 parent 4cdaacf commit a5b3856

File tree

2 files changed

+3189
-5884
lines changed

2 files changed

+3189
-5884
lines changed
 

‎package-lock.json

+3,186-5,880
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"eslint": "^7.0.0",
3737
"eslint-config-prettier": "^8.1.0",
3838
"eslint-plugin-node": "^11.1.0",
39-
"jest": "^26.0.1",
39+
"jest": "^27.0.1",
4040
"prettier": "^2.0.5",
41-
"ts-jest": "^26.0.0",
41+
"ts-jest": "^27.0.1",
4242
"typescript": "^4.0.2"
4343
},
4444
"optionalDependencies": {},
@@ -47,8 +47,7 @@
4747
},
4848
"license": "BSD-2-Clause",
4949
"jest": {
50-
"preset": "ts-jest",
51-
"testEnvironment": "node"
50+
"preset": "ts-jest"
5251
},
5352
"prettier": {
5453
"tabWidth": 4

0 commit comments

Comments
 (0)
Please sign in to comment.