Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjclark committed Jan 25, 2022
1 parent 507a310 commit 5682ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fullstack/test/document.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Dialog from '@ulixee/hero/lib/Dialog';
import HTMLIFrameElement from 'awaited-dom/impl/official-klasses/HTMLIFrameElement';
import HTMLHeadingElement from 'awaited-dom/impl/official-klasses/HTMLHeadingElement';
import Hero from '../index';
import { Session } from '@ulixee/hero-core/index';

let koaServer: ITestKoaServer;
beforeAll(async () => {
Expand Down

0 comments on commit 5682ae4

Please sign in to comment.