1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-04-28 17:47:46 +03:00
2023-05-31 11:36:58 +10:00

8 lines
167 B
JavaScript

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