mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-11 18:50:55 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export const interceptEvents = () => {
|
|
cy.intercept('POST', '/event/*', {
|
|
statusCode: 204,
|
|
})
|
|
}
|