You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.5.1, passing an object with null or undefined properties to toMatchObjectContaining causes a type error. The same code works as expected in version 1.5.0.
Describe the bug
In version 1.5.1, passing an object with
null
orundefined
properties totoMatchObjectContaining
causes a type error. The same code works as expected in version 1.5.0.Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-atxdxf?file=test%2Fbasic.test.ts
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: