From 70b89d9361dba5e0e3da5c2fbf7336e08ec2cbf0 Mon Sep 17 00:00:00 2001 From: eleith Date: Fri, 12 May 2023 14:49:45 -0700 Subject: [PATCH] unskip a test --- test/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client.ts b/test/client.ts index 8f788ca..faf71d4 100644 --- a/test/client.ts +++ b/test/client.ts @@ -63,7 +63,7 @@ test.after(async (t) => { server.close(t.pass); }); -test.skip('client invokes callback exactly once for invalid connection', async (t) => { +test('client invokes callback exactly once for invalid connection', async (t) => { const msg = { from: 'foo@bar.baz', to: 'foo@bar.baz',