diff --git a/test/unit/cmap/connection.test.ts b/test/unit/cmap/connection.test.ts index 5ab5b0711d..5543af0631 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)) {