Skip to content

Commit

Permalink
remove unused test import
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Aug 29, 2021
1 parent 8e730a9 commit f897c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/a11y-sitechecker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as analyzeSite from './utils/analyze-site';
import * as helpers from './utils/helper-functions';
import * as mergeResults from './utils/result-functions';
import * as setupConfigMock from './utils/setup-config';
import { setupAxeConfig, setupConfig } from './utils/setup-config';

describe('a11y-sitechecker', () => {
test('Error on empty config', async () => {
Expand Down

0 comments on commit f897c27

Please sign in to comment.