Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Sep 25, 2020
1 parent e73484d commit 5d479e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rules.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ describe("all plugin rule files are mentioned in the README", () => {
expect(readme).toMatch(
name.startsWith("@") ? name : `eslint-plugin-${name}`
);
expect(readme).toMatch(`"${name}"`);
expect(readme).toMatch(`"prettier/${name}"`);
});
});
Expand Down

0 comments on commit 5d479e9

Please sign in to comment.