mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
689a3c103b
GitOrigin-RevId: 1f3d4a9a51429591a82391a9bee3cfdf226bc9c8
13 lines
355 B
TypeScript
13 lines
355 B
TypeScript
import 'cypress-plugin-tab'
|
|
import { resetMeta } from './ct/window' // needs to be before i18n
|
|
import localesPromise from '@/i18n'
|
|
import './shared/commands'
|
|
import './shared/exceptions'
|
|
import './ct/commands'
|
|
import './ct/codemirror'
|
|
import '../../test/frontend/helpers/bootstrap-5'
|
|
|
|
beforeEach(function () {
|
|
cy.wrap(localesPromise).then(resetMeta)
|
|
})
|