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