component.ts 307 B

123456789101112
  1. import 'cypress-plugin-tab'
  2. import { resetMeta } from './ct/window' // needs to be before i18n
  3. import '@/i18n'
  4. import './shared/commands'
  5. import './shared/exceptions'
  6. import './ct/commands'
  7. import './ct/codemirror'
  8. import '../../test/frontend/helpers/bootstrap-5'
  9. beforeEach(function () {
  10. resetMeta()
  11. })