Skip to content

Commit

Permalink
Add a11yAudit helper
Browse files Browse the repository at this point in the history
This lets us centralise rule exclusions instead of having them
sprinkled around in test files.
  • Loading branch information
backspace committed Jul 20, 2020
1 parent ea4a7ee commit a860994
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/tests/helpers/a11y-audit.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import a11yAudit from 'ember-a11y-testing/test-support/audit';

export default async function defaultA11yAudit() {
await a11yAudit({
rules: {
}
});
}

0 comments on commit a860994

Please sign in to comment.