mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 20:56:54 +00:00
chore(test): JS prettier for all files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -23,10 +23,10 @@ import "cypress-iframe";
|
||||
// require('./commands')
|
||||
|
||||
Cypress.on("uncaught:exception", (err, runnable) => {
|
||||
// returning false here prevents Cypress from
|
||||
// failing the test
|
||||
console.log("uncaught:exception");
|
||||
console.log(err);
|
||||
console.log(runnable);
|
||||
return false;
|
||||
// returning false here prevents Cypress from
|
||||
// failing the test
|
||||
console.log("uncaught:exception");
|
||||
console.log(err);
|
||||
console.log(runnable);
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user