From 1e761cc6d24d07c4be4a7317e42aef9e5720a280 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 20 May 2024 15:20:39 -0300 Subject: [PATCH] whats the error --- test/browser/modular.test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/browser/modular.test.js b/test/browser/modular.test.js index b56d566b3..5ae90164e 100644 --- a/test/browser/modular.test.js +++ b/test/browser/modular.test.js @@ -64,14 +64,14 @@ function registerAblyModularTests(helper) { ablyClientOptions({ ...scenario.getAdditionalClientOptions?.(), plugins: { FetchRequest } }), ); - let thrownError = null; - try { + //let thrownError = null; + //try { await scenario.action(client); - } catch (error) { - thrownError = error; - } + //} catch (error) { + //thrownError = error; + //} - expect(thrownError).to.be.null; + //expect(thrownError).to.be.null; }); } });