diff --git a/src/rules/no-commented-out-tests.ts b/src/rules/no-commented-out-tests.ts index cf09618f6..5b8cd9a50 100644 --- a/src/rules/no-commented-out-tests.ts +++ b/src/rules/no-commented-out-tests.ts @@ -14,7 +14,7 @@ export default createRule({ description: 'Disallow commented out tests', }, messages: { - commentedTests: 'Some tests seem to be commented', + commentedTests: 'Do not comment out tests', }, schema: [], type: 'suggestion',