mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
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', [])
|
|
}
|