Skip to content

Commit 4176a81

Browse files
fix tests
1 parent 2cd6d59 commit 4176a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/socket.io/test/close.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createServer } from "http";
22
import { io as ioc } from "socket.io-client";
33
import { join } from "path";
44
import { exec } from "child_process";
5-
import { Server } from "../lib";
5+
import { Server } from "..";
66
import expect from "expect.js";
77
import {
88
createClient,

0 commit comments

Comments
 (0)