Files
overleaf-cep/services/web/cypress/support/component.ts
Alf Eaton f79aac8d01 Convert endpoints to TypeScript (#22664)
GitOrigin-RevId: 159f0f38333ad2944c3f25c5076432e5f5dc7ba3
2025-01-14 09:04:54 +00:00

12 lines
258 B
TypeScript

import 'cypress-plugin-tab'
import { resetMeta } from './ct/window' // needs to be before i18n
import '@/i18n'
import './shared/commands'
import './shared/exceptions'
import './ct/commands'
import './ct/codemirror'
beforeEach(function () {
resetMeta()
})