Skip to content

Commit

Permalink
fix(expect): add missing dependency jest-util
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Apr 25, 2022
1 parent b30f908 commit a31b31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/expect/package.json
Expand Up @@ -21,7 +21,8 @@
"@jest/expect-utils": "^28.0.0",
"jest-get-type": "^28.0.0",
"jest-matcher-utils": "^28.0.0",
"jest-message-util": "^28.0.0"
"jest-message-util": "^28.0.0",
"jest-util": "^28.0.0"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -10241,6 +10241,7 @@ __metadata:
jest-get-type: ^28.0.0
jest-matcher-utils: ^28.0.0
jest-message-util: ^28.0.0
jest-util: ^28.0.0
tsd-lite: ^0.5.1
languageName: unknown
linkType: soft
Expand Down

0 comments on commit a31b31b

Please sign in to comment.