Skip to content

Commit b1be7f4

Browse files
committed
test: update number of expected rules
1 parent 9011b9b commit b1be7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import plugin from '../lib';
66

77
const generateConfigs = () => exec(`npm run generate:configs`);
88

9-
const numberOfRules = 24;
9+
const numberOfRules = 25;
1010
const ruleNames = Object.keys(plugin.rules);
1111

1212
// eslint-disable-next-line jest/expect-expect

0 commit comments

Comments
 (0)