From a299b096cff0ebb911f9ff7938bd725ff1ba1eea Mon Sep 17 00:00:00 2001 From: Henry Tsai Date: Fri, 5 Jul 2024 11:36:09 -0700 Subject: [PATCH] temporary commit to debug CICD --- tests/connection/connection-manager.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/connection/connection-manager.spec.ts b/tests/connection/connection-manager.spec.ts index 9e62932..c49edaf 100644 --- a/tests/connection/connection-manager.spec.ts +++ b/tests/connection/connection-manager.spec.ts @@ -13,7 +13,7 @@ import { JsonRpcSocket } from '../../src/json-rpc-socket.js'; chai.use(chaiAsPromised); -describe('InMemoryConnectionManager', () => { +describe.only('InMemoryConnectionManager', () => { let dwn: Dwn; let connectionManager: InMemoryConnectionManager; let httpApi: HttpApi;