mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 09:44:21 +00:00
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export const interceptMetadata = () => {
|
|
cy.intercept('POST', '/project/*/doc/*/metadata', {})
|
|
}
|