Skip to content

Commit

Permalink
fix: add ember-a11y-testing-audit-call
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiWithJai committed Dec 17, 2021
1 parent 456e2dc commit 851db8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/tests/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = {
{
files: ['integration/components/**/*-test.js'],
plugins: ['ember-a11y-testing'],
rules: {
'ember-a11y-testing/a11y-audit-called': 'error',
},
settings: {
'ember-a11y-testing': {
auditModule: {
Expand Down
1 change: 1 addition & 0 deletions ui/tests/integration/components/app-breadcrumbs-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable ember-a11y-testing/a11y-audit-called */
import { setComponentTemplate } from '@ember/component';
import Component from '@glimmer/component';
import { module, test } from 'qunit';
Expand Down
1 change: 1 addition & 0 deletions ui/tests/integration/components/breadcrumbs-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable ember-a11y-testing/a11y-audit-called */
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { click, findAll, render } from '@ember/test-helpers';
Expand Down

0 comments on commit 851db8e

Please sign in to comment.