|
When implementing a new command I'm facing a weird issue with Zod. I have a Zod schema The In the command implementation, I send the It works fine when executing the command like When debugging the command I see the request (the I have a unit test But it fails because I can't figure out if something is wrong in my implementation or in Zod library. |
Answered by
MartinM85
Jan 7, 2025
Replies: 1 comment
|
I've checked how the options are processed when a command is executing and in unit tests of commands that use ZodSchema it' necessary to parse the schema |
0 replies
Answer selected by
MartinM85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've checked how the options are processed when a command is executing and in unit tests of commands that use ZodSchema it' necessary to parse the schema