mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
12 lines
328 B
TypeScript
12 lines
328 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 '../../test/frontend/helpers/bootstrap'
|
|
|
|
beforeEach(function () {
|
|
cy.wrap(localesPromise).then(resetMeta)
|
|
})
|