deep-equal-in-any-order
deep-equal-in-any-order copied to clipboard
Can someone please help how can i combine this with chai-exclude?
I need to compare 2 deeply nested pbjects where the order does not matter, so i am using deep-equal-in-any-order and it works well. But, there are use-cases where i need to ignore the equality of a few nodes in the respective objects. Can someone pelase help me with providing some way to handle this user case along with deep-equal-in-any-order?
@rahulworks-git
Could you provide any specific example? Like JS testing code or JSON data.