Skip to content

Commit

Permalink
fix: update automatic.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
navateja-alagam authored Jul 15, 2024
1 parent 51a9bf0 commit 3af7a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/src/automatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { AxeResults, log, useCustomRules } from '@sa11y/common';
import { AxeResults, log } from '@sa11y/common';
import { getViolationsJSDOM } from '@sa11y/assert';
import { A11yError, AxeError, exceptionListFilterSelectorKeywords } from '@sa11y/format';
import { isTestUsingFakeTimer } from './matcher';
Expand Down

0 comments on commit 3af7a7f

Please sign in to comment.