Skip to content

Commit

Permalink
test(wizard/reportcontrol): remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Vogelsang committed Dec 16, 2021
1 parent b554fcb commit 9dd92ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/wizards/reportcontrol.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { aTimeout, expect, fixture, html, waitUntil } from '@open-wc/testing';
import { expect, fixture, html } from '@open-wc/testing';
import { SinonSpy, spy } from 'sinon';
import fc, { integer } from 'fast-check';

Expand Down

0 comments on commit 9dd92ff

Please sign in to comment.