mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import './commands';
|
|
|
|
Cypress.on('uncaught:exception', (_err, _runnable) => {
|
|
return false;
|
|
});
|