vitest/no-done-callback
false positive with test context #642
Closed as not planned
Description
It looks like I can use .concurrent
on my suites to suppress the warning, but I want all of my tests to be concurrent, so I use sequence.concurrent
.
I think the lint's just wrong, becuase I don't think done callbacks are even available anymore?
Metadata
Assignees
Labels
No labels