We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not possible to use this package to make assertions against payloads that have arrays that aren't deterministic in their ordering.
Expose a directive similar to <<PRESENCE>> that can be added as the first element of the array in order to ignore ordering.
<<PRESENCE>>
// should pass ja.Assertf(`["foo", "bar"]`, `["<<UNORDERED>>", "bar", "foo"]`)
This issue was created based on the request from @blaskovicz on #25.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.References
This issue was created based on the request from @blaskovicz on #25.
The text was updated successfully, but these errors were encountered: