feat: update focus tests rules for vitest

This commit is contained in:
Naomi Carrigan 2024-06-25 18:40:51 -07:00
parent 57ceb9ce89
commit 20d9a42711
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808

View File

@ -79,7 +79,7 @@ module.exports = {
"no-only-tests/no-only-tests": [
"warn",
{
block: ["test", "suite", "assert"],
block: ["test", "expect", "assert", "describe", "bench"],
focus: ["only", "skip"],
},
],