We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1114f95 commit bd34afbCopy full SHA for bd34afb
test/e2e/websocket.spec.ts
@@ -1,7 +1,6 @@
1
import * as getPort from 'get-port';
2
import * as http from 'http';
3
-import * as WebSocket from 'ws';
4
-import { Server as WebSocketServer } from 'ws';
+import { WebSocket, WebSocketServer } from 'ws';
5
6
import type { RequestHandler } from '../../src/types';
7
import { createApp, createProxyMiddleware } from './test-kit';
0 commit comments