Skip to content
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

vitest/valid-describe-callback does not support options as second parameter #542

Open
maxnowack opened this issue Sep 27, 2024 · 1 comment

Comments

@maxnowack
Copy link

Vitest v1.3.0 has deprecated the use of options as the last parameter in describe (vitest-dev/vitest#5142).
The eslint plugin forces the second parameter of describe to be a function. Therefore the linter will fail if the options are passed as the second parameter

@veritem
Copy link
Member

veritem commented Sep 28, 2024

a pr is welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants