Vladimir 75113c705b
fix: toBe/toEqual/toMatchObject jest compatability (#607)
* 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
2022-01-23 09:34:36 +03:00
..