Skip to content

Commit

Permalink
a11y report
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Sep 18, 2023
1 parent 368f5af commit eead582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/a11y/test/a11y-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function reportA11y(expectedViolations, expectedIncompleteViolations, set

before(() => {
report = getReport();
console.log("Violations Report",report)

Check failure on line 25 in plugin/a11y/test/a11y-reporter.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
});

Object.entries(expectedViolations).forEach(([violation, issues]) => {
Expand All @@ -43,6 +44,7 @@ export function reportA11y(expectedViolations, expectedIncompleteViolations, set

before(() => {
report = getReport();
console.log("Incomplete Report",report)

Check failure on line 47 in plugin/a11y/test/a11y-reporter.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
});

Object.entries(expectedIncompleteViolations).forEach(([violation, issues]) => {
Expand Down

0 comments on commit eead582

Please sign in to comment.