-
Hi, Vitest supports the test context value that is available as a parameter in the Maybe I'm missing something and the context value can be retrieved somehow. If not, would it be possible to implement this feature in the upcoming releases? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The parameter is not forwarded to the caller at the moment. It might be added in the next iterations. Just to let you know: we may drop the |
Beta Was this translation helpful? Give feedback.
The parameter is not forwarded to the caller at the moment. It might be added in the next iterations.
Just to let you know: we may drop the
it.prop
in favor of a dedicatedfuzz
. It would be more idiomatic with Vitest (same as thebench
).