Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 23, 2022
1 parent 4710c94 commit 036927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Expand Up @@ -89,7 +89,7 @@ describe('rule documentation files have the correct content', () => {
assert.ok(true, `includes ${expectedNotice} notice`);
} else if (expectedNotice === 'configs') {
// Check that the rule specifies its configs.
const configsOn = getConfigsForRule(ruleName);
const configsOn = getConfigsForRule(ruleName, true);
let expectedMessage = `${MESSAGES.configs} ${configNamesToList(configsOn)}.`;
const configsOff = getConfigsForRule(ruleName, false);
if (configsOff.length > 0) {
Expand Down

0 comments on commit 036927c

Please sign in to comment.