D3V-Server/test/cypress/support/e2e.js
2026-03-07 20:49:44 +07:00

7 lines
171 B
JavaScript

import './commands.mjs';
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
// returning false here prevents Cypress from
// failing the test
return false;
});