diff --git a/index.js b/index.js index 7f2651c..893e1b0 100644 --- a/index.js +++ b/index.js @@ -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"], }, ],