We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd1c70 commit 7c5aef4Copy full SHA for 7c5aef4
test/accessibility-rules.test.js
@@ -41,7 +41,6 @@ describe("when A11y rules applied", () => {
41
.map((failure) => failure.ruleNames)
42
.flat();
43
44
- // Currently failing, finding 6 failures not 3
45
expect(failuresForExampleFile).toHaveLength(3);
46
expect(failureNames).toContain("no-default-alt-text");
47
});
0 commit comments