Files
nginx-proxy-manager/test/cypress/support/index.js
2021-06-14 20:13:24 +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;
});