mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
12 lines
258 B
TypeScript
12 lines
258 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'
|
|
|
|
beforeEach(function () {
|
|
resetMeta()
|
|
})
|