feat: update focus tests rules for vitest

This commit is contained in:
2024-06-25 18:40:51 -07:00
parent 57ceb9ce89
commit 20d9a42711
+1 -1
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"],
},
],