Skip to content

Commit 5d479e9

Browse files
committed
Fix tests
1 parent e73484d commit 5d479e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/rules.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe("all plugin rule files are mentioned in the README", () => {
9898
expect(readme).toMatch(
9999
name.startsWith("@") ? name : `eslint-plugin-${name}`
100100
);
101-
expect(readme).toMatch(`"${name}"`);
102101
expect(readme).toMatch(`"prettier/${name}"`);
103102
});
104103
});

0 commit comments

Comments
 (0)