-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Type error when using {retry: 2} in describe() #1998
Comments
Hello, For this scenario, the retry option will retry
but for this scenario, it will not.
The question is. Should the |
It should propagate to all tests inside, this is a bug. |
…all tests inside close: vitest-dev#1998
Describe the bug
I'm getting a type error when using the new retry option (#1929) of
describe()
:Reproduction
This will run successfully but trigger a type error:
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: