Skip to content

Commit 824f212

Browse files
committed
add jest-util for unit tests
1 parent 5b87114 commit 824f212

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pnp.cjs

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

packages/web-console/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"fork-ts-checker-webpack-plugin": "6.1.0",
145145
"html-webpack-plugin": "^5.5.0",
146146
"jest": "^29.7.0",
147+
"jest-util": "29.7.0",
147148
"mini-css-extract-plugin": "^2.6.0",
148149
"prettier": "^2.5.1",
149150
"react-refresh": "^0.14.0",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,7 @@ __metadata:
25332533
html-webpack-plugin: "npm:^5.5.0"
25342534
intersection-observer: "npm:^0.12.2"
25352535
jest: "npm:^29.7.0"
2536+
jest-util: "npm:29.7.0"
25362537
joi: "npm:17.5.0"
25372538
jquery: "npm:3.5.1"
25382539
js-base64: "npm:^3.7.7"
@@ -10660,7 +10661,7 @@ __metadata:
1066010661
languageName: node
1066110662
linkType: hard
1066210663

10663-
"jest-util@npm:^29.7.0":
10664+
"jest-util@npm:29.7.0, jest-util@npm:^29.7.0":
1066410665
version: 29.7.0
1066510666
resolution: "jest-util@npm:29.7.0"
1066610667
dependencies:

0 commit comments

Comments
 (0)