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