We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf226a commit 8afafdcCopy full SHA for 8afafdc
rules/no-todo-test.js
@@ -14,7 +14,7 @@ const create = context => {
14
if (ava.hasTestModifier('todo')) {
15
context.report({
16
node,
17
- message: '`test.todo()` should be not be used.'
+ message: '`test.todo()` should not be used.'
18
});
19
}
20
})
0 commit comments