From 98c007089582d209a5b7501fc8f17e1a41cb795a Mon Sep 17 00:00:00 2001 From: Malik Javaid Date: Mon, 26 Jun 2023 16:38:33 -0400 Subject: [PATCH] removed .only --- test/unit/cmap/connection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/cmap/connection.test.ts b/test/unit/cmap/connection.test.ts index 5ab5b0711d8..5543af06318 100644 --- a/test/unit/cmap/connection.test.ts +++ b/test/unit/cmap/connection.test.ts @@ -197,7 +197,7 @@ describe('new Connection()', function () { }); }); - it.only('calls the command function through commandAsync', async function () { + it('calls the command function through commandAsync', async function () { server.setMessageHandler(request => { const doc = request.document; if (isHello(doc)) {