Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Oct 6, 2023
1 parent f2d9774 commit 6bf95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no-empty-alt-text.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe("GH003: No Empty Alt Text", () => {
test("html image", async () => {
const strings = [
'<img alt="A helpful description" src="https://user-images.githubusercontent.com/abcdef.png">',
"`<img alt='' src='image.png'`", // code block
"`<img alt='' src='image.png'>`", // code block
];

const results = await runTest(strings, noEmptyStringAltRule);
Expand Down

0 comments on commit 6bf95bb

Please sign in to comment.