mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
1ad8a99887
Refactor source editor Cypress tests into smaller files GitOrigin-RevId: fb80e7ddf3553f384c06c279404e16375dadaa44
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export const interceptSpelling = () => {
|
|
cy.intercept('POST', '/spelling/check', [])
|
|
}
|