mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-01 08:22:53 +00:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
import './commands.mjs';
|
|
|
|
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
|
|
// returning false here prevents Cypress from
|
|
// failing the test
|
|
return false;
|
|
});
|