From b1f8baf6ad53f79cd90d13128c18c8a2d5a693ca Mon Sep 17 00:00:00 2001 From: steveluscher Date: Fri, 1 Jul 2022 22:31:02 -0700 Subject: [PATCH] test: maybe don't disable all the web3.js tests --- web3.js/test/connection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/test/connection.test.ts b/web3.js/test/connection.test.ts index a9d18af911..c7520aa9ac 100644 --- a/web3.js/test/connection.test.ts +++ b/web3.js/test/connection.test.ts @@ -3155,7 +3155,7 @@ describe('Connection', function () { }); [undefined, 'confirmed' as Commitment].forEach(function (commitment) { - describe.only( + describe( "when the connection's default commitment is `" + commitment + '`', () => { let connectionWithCommitment: Connection;