Skip to content

Commit 14c27ab

Browse files
authored
fix(no-commented-out-tests): make message less ambiguous (#1740)
1 parent 2e59959 commit 14c27ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-commented-out-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default createRule({
1414
description: 'Disallow commented out tests',
1515
},
1616
messages: {
17-
commentedTests: 'Some tests seem to be commented',
17+
commentedTests: 'Do not comment out tests',
1818
},
1919
schema: [],
2020
type: 'suggestion',

0 commit comments

Comments
 (0)