vitest-dev / eslint-plugin-vitest

eslint plugin for vitest
MIT License
309 stars 41 forks source link

Async `describe` should not be an error #511

Closed matyasf closed 2 weeks ago

matyasf commented 3 weeks ago

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

veritem commented 3 weeks ago

a pr is welcome :D

azu commented 2 weeks ago

I've created a PR