node
node copied to clipboard
assert: adds partialDeepEqual, partialDeepStrictEqual, includes
Fixes: https://github.com/nodejs/node/issues/50399
Took heavy inspiration from https://github.com/nodejs/node/pull/53415 , trying to push it to the finish line 🚀
On top of it, I took the liberty of:
- refactor the code a bit
- wrote more documentation
- added more tests and restructured old ones
- added
includes
andincludesStrict
methods - implement previously reported comments / suggestions
Co-Authored-By: Cristian Barlutiu