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 2cd6d59 commit 4176a81Copy full SHA for 4176a81
packages/socket.io/test/close.ts
@@ -2,7 +2,7 @@ import { createServer } from "http";
2
import { io as ioc } from "socket.io-client";
3
import { join } from "path";
4
import { exec } from "child_process";
5
-import { Server } from "../lib";
+import { Server } from "..";
6
import expect from "expect.js";
7
import {
8
createClient,
0 commit comments