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 cbb0dfe commit b53f66fCopy full SHA for b53f66f
.eslintrc.js
@@ -44,6 +44,10 @@ module.exports = {
44
name: ['it', 'only'],
45
message: "Don't forget to remove .only before committing",
46
},
47
+ {
48
+ name: ['test', 'only'],
49
+ message: "Don't forget to remove .only before committing",
50
+ },
51
{
52
name: ['jest', 'fn'],
53
message: 'Use sinon.spy(() => undefined) instead',
0 commit comments