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 c437289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
### Chore & Maintenance

- `[jest-serializer]` Remove deprecated module from source tree ([#12735](https://github.com/facebook/jest/pull/12735))
- `[expect]` add missing dependency `jest-util` ([#12744](https://github.com/facebook/jest/pull/12744))

### Performance

Expand Down
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 c437289

Please sign in to comment.