Skip to content

Commit

Permalink
Merge pull request #194 from iambumblehead/update-jest
Browse files Browse the repository at this point in the history
update jest & jest-light-runner
  • Loading branch information
koshic authored Mar 23, 2023
2 parents 8838e6a + a94ff57 commit 3e31d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/tests-jest-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"ts-node": "^10.9.1",
"jest": "^29.0.3",
"jest-light-runner": "0.4.0",
"jest": "^29.5.0",
"jest-light-runner": "0.4.1",
"run-script-os": "^1.1.6",
"esmock": "file:..",
"sinon": "file:../node_modules/sinon",
Expand Down
4 changes: 2 additions & 2 deletions tests/tests-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://github.com/iambumblehead/esmock.git"
},
"dependencies": {
"jest": "^29.0.3",
"jest-light-runner": "0.4.0",
"jest": "^29.5.0",
"jest-light-runner": "0.4.1",
"run-script-os": "^1.1.6",
"esmock": "file:..",
"sinon": "file:../node_modules/sinon",
Expand Down

0 comments on commit 3e31d74

Please sign in to comment.