Replies: 1 comment
-
https://github.com/VerifyTests/Verify/blob/main/docs/serializer-settings.md#usestrictjson |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verifier.VerifyXml produces
.xml
files and Verifier.VerifyJson produces not.json
files but.txt
. I'd say that's pretty surprising API design decision; I'd expect that either both are treated as a text, or both are saved in its own format.This comes to bigger issue, Verifier.VerifyJson does not even allow to save file as json, or set custom extension of the file.
Example:
produce:
Beta Was this translation helpful? Give feedback.
All reactions