fix: Linter warnings

This commit is contained in:
Joachim Van Herwegen
2021-11-05 15:59:28 +01:00
parent d317215e08
commit 9f0973b039
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import type { Server } from 'http';
import request from 'supertest';
import WebSocket from 'ws';
import { WebSocket } from 'ws';
import { BaseHttpServerFactory } from '../../../src/server/BaseHttpServerFactory';
import type { HttpHandlerInput } from '../../../src/server/HttpHandler';
import { HttpHandler } from '../../../src/server/HttpHandler';