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 4710c94 commit 036927cCopy full SHA for 036927c
tests/index.js
@@ -89,7 +89,7 @@ describe('rule documentation files have the correct content', () => {
89
assert.ok(true, `includes ${expectedNotice} notice`);
90
} else if (expectedNotice === 'configs') {
91
// Check that the rule specifies its configs.
92
- const configsOn = getConfigsForRule(ruleName);
+ const configsOn = getConfigsForRule(ruleName, true);
93
let expectedMessage = `${MESSAGES.configs} ${configNamesToList(configsOn)}.`;
94
const configsOff = getConfigsForRule(ruleName, false);
95
if (configsOff.length > 0) {
0 commit comments