mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 16:01:48 +00:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
|
Cypress.Commands.add('interceptEvents', () => {
|
||
|
cy.intercept('POST', '/event/*', {
|
||
|
statusCode: 204,
|
||
|
})
|
||
|
})
|