-
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. |
Beta Was this translation helpful? Give feedback.
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
|
Beta Was this translation helpful? Give feedback.
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