mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 08:00:06 +02:00
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export const interceptMetadata = () => {
|
|
cy.intercept('POST', '/project/*/doc/*/metadata', {})
|
|
}
|