mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
6ac9a82279
- Updated cypress - Ground work for testing DNS certs in CI
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;
|
|
});
|