mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
716f186fed
GitOrigin-RevId: 856c523a4ca34f8ccdc38067cef6fcd8a5c20250
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export const interceptEvents = () => {
|
|
cy.intercept('POST', '/event/*', {
|
|
statusCode: 204,
|
|
})
|
|
}
|