eslint-plugin-vitest icon indicating copy to clipboard operation
eslint-plugin-vitest copied to clipboard

Async `describe` should not be an error

Open matyasf opened this issue 6 months ago • 1 comments

vitest supports async describe, see https://github.com/vitest-dev/vitest/issues/703#issuecomment-1038925412 and https://github.com/vitest-dev/vitest/pull/750

So this rule should be modified to support async https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md

matyasf avatar Aug 16 '24 09:08 matyasf