mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
4cf525940f
GitOrigin-RevId: 42e9e69317c97263cdcb55372e4a2cb41bccf516
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
export const interceptEvents = () => {
|
|
cy.intercept('POST', '/event/*', {
|
|
statusCode: 204,
|
|
}).as('createEvent')
|
|
}
|