mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 22:31:48 -05:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
export const interceptMetadata = () => {
|
||
|
cy.intercept('POST', '/project/*/doc/*/metadata', {})
|
||
|
}
|