mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
import './commands';
|
|
|
|
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
|
|
// returning false here prevents Cypress from
|
|
// failing the test
|
|
return false;
|
|
});
|