test: maybe don't disable all the web3.js tests

This commit is contained in:
steveluscher 2022-07-01 22:31:02 -07:00
parent e24b64dd71
commit b1f8baf6ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;