generated from nhcarrigan/template
feat: update focus tests rules for vitest
This commit is contained in:
@@ -79,7 +79,7 @@ module.exports = {
|
|||||||
"no-only-tests/no-only-tests": [
|
"no-only-tests/no-only-tests": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
block: ["test", "suite", "assert"],
|
block: ["test", "expect", "assert", "describe", "bench"],
|
||||||
focus: ["only", "skip"],
|
focus: ["only", "skip"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user