johnnycopes / atocha

Monorepo for personal projects 🛠️
1 stars 1 forks source link

Update all tests to use `.toStrictEqual` instead of `.toEqual` #516

Closed johnnycopes closed 10 months ago

johnnycopes commented 10 months ago

Jest's .toStrictEqual is more robust than .toEqual for reference type comparison. More explanation here