D3V-Server/test/cypress/support/e2e.js

8 lines
171 B
JavaScript
Raw Normal View History

2026-03-07 13:49:44 +00:00
import './commands.mjs';
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
// returning false here prevents Cypress from
// failing the test
return false;
});