Skip to content

Commit 7c5aef4

Browse files
committed
remove outdated WIP comment
1 parent 3bd1c70 commit 7c5aef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/accessibility-rules.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ describe("when A11y rules applied", () => {
4141
.map((failure) => failure.ruleNames)
4242
.flat();
4343

44-
// Currently failing, finding 6 failures not 3
4544
expect(failuresForExampleFile).toHaveLength(3);
4645
expect(failureNames).toContain("no-default-alt-text");
4746
});

0 commit comments

Comments
 (0)