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 cf4fc84 commit b8d843cCopy full SHA for b8d843c
lib/rules/require-test-case-name.ts
@@ -35,7 +35,7 @@ const rule: Rule.RuleModule = {
35
'require test cases to have a `name` property under certain conditions',
36
category: 'Tests',
37
recommended: false,
38
- url: 'https://github.com/eslint-community/eslint-plugin-eslint-plugin/tree/HEAD/docs/rules/test-case-name-property.md',
+ url: 'https://github.com/eslint-community/eslint-plugin-eslint-plugin/tree/HEAD/docs/rules/require-test-case-name.md',
39
},
40
schema: [
41
{
0 commit comments