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