From 38cc9476211d962b450c1d6bc4022a303a1e4040 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:42:52 -0800 Subject: Don't need to skip these now --- test/bun.js/socket/node-net.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/bun.js/socket/node-net.test.ts') diff --git a/test/bun.js/socket/node-net.test.ts b/test/bun.js/socket/node-net.test.ts index 504a83496..415b8865d 100644 --- a/test/bun.js/socket/node-net.test.ts +++ b/test/bun.js/socket/node-net.test.ts @@ -83,7 +83,7 @@ describe("net.Socket read", () => { }; } - it.skip( + it( "should work with .connect(port)", runWithServer((server, drain, done) => { var data = ""; @@ -110,7 +110,7 @@ describe("net.Socket read", () => { }), ); - it.skip( + it( "should work with .connect(port, listener)", runWithServer((server, drain, done) => { var data = ""; @@ -136,7 +136,7 @@ describe("net.Socket read", () => { }), ); - it.skip( + it( "should work with .connect(port, host, listener)", runWithServer((server, drain, done) => { var data = ""; -- cgit v1.2.3