mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
* fix: toMatchObject compatible with jest * fix: equal/eql always use jest implementation * fix: toBe uses Object.is instead of equal to match jest implementation * fix: toEqual uses jest equal * fix!: remove asymmetric matchers support for chai assertions * chore: remove chaiEqual notices * refactor: rename asymmetricEquals to jestEquals