mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
Cypress.Commands.add('interceptEvents', () => {
|
|
cy.intercept('POST', '/event/*', {
|
|
statusCode: 204,
|
|
})
|
|
})
|