From b79f9918b4b3591d1a64fe98df4de14a935596f7 Mon Sep 17 00:00:00 2001 From: Komal-Saraf0609 Date: Thu, 24 Mar 2022 20:23:46 +0530 Subject: [PATCH] test: Fixing sider issues --- cypress/support/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/index.js b/cypress/support/index.js index f0b53ae833..5980e96677 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -18,7 +18,7 @@ import './commands'; import '@cypress/code-coverage/support'; Cypress.on('uncaught:exception', (err, runnable) => { - return false + return false; }); // Alternatively you can use CommonJS syntax: