-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you trying to solve?
It's not possible to use this package to make assertions against payloads that have arrays that aren't deterministic in their ordering.
Describe how you wish this package would help you solve the problem
Expose a directive similar to <<PRESENCE>> that can be added as the first element of the array in order to ignore ordering.
// should pass
ja.Assertf(`["foo", "bar"]`, `["<<UNORDERED>>", "bar", "foo"]`)References
This issue was created based on the request from @blaskovicz on #25.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request