Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 944e1c0

Browse files
updated changelog.md.
1 parent c3d20db commit 944e1c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
- `[jest-util]` Always load `mjs` files with `import` ([#15447](https://github.com/jestjs/jest/pull/15447))
9494
- `[jest-worker]` Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular ([#15191](https://github.com/jestjs/jest/pull/15191))
9595
- `[jest-worker]` Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt ([#15191](https://github.com/jestjs/jest/pull/15191))
96+
- `[expect]` Resolve issue where `ObjectContaining` matched non-object values. ([#15463])(https://github.com/jestjs/jest/pull/15463).
97+
- Adds a `conditional/check` to ensure the argument passed to `expect` is an object.
98+
- Add unit tests for new `ObjectContaining` behavior.
99+
- Remove `invalid/wrong` test case assertions for `ObjectContaining`.
96100

97101
### Performance
98102

0 commit comments

Comments
 (0)