mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
export const interceptMetadata = () => {
|
|
cy.intercept('POST', '/project/*/doc/*/metadata', {})
|
|
}
|