Skip to content

Commit 8afafdc

Browse files
authored
Fix small typo in rule report message of no-todo-test (#323)
1 parent 2bf226a commit 8afafdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/no-todo-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const create = context => {
1414
if (ava.hasTestModifier('todo')) {
1515
context.report({
1616
node,
17-
message: '`test.todo()` should be not be used.'
17+
message: '`test.todo()` should not be used.'
1818
});
1919
}
2020
})

0 commit comments

Comments
 (0)