Files
overleaf-cep/services/web/cypress/support/component.ts
Alf Eaton 2147f1d53d Remove Bootstrap 3 code from IDE page components (#23061)
GitOrigin-RevId: b41aff10672bf96e892de0be396a69eb25e2443b
2025-03-07 09:05:45 +00:00

13 lines
307 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'
import '../../test/frontend/helpers/bootstrap-5'
beforeEach(function () {
resetMeta()
})