mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
2147f1d53d
GitOrigin-RevId: b41aff10672bf96e892de0be396a69eb25e2443b
13 lines
307 B
TypeScript
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()
|
|
})
|