mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
* Upgrade `@codemirror` dependencies * Set EditorView.EDIT_CONTEXT=false GitOrigin-RevId: 8024715748102a56f1b22e72be8a2019e80b5a07
12 lines
274 B
TypeScript
12 lines
274 B
TypeScript
import 'cypress-plugin-tab'
|
|
import { resetMeta } from './ct/window' // needs to be before i18n
|
|
import '../../frontend/js/i18n'
|
|
import './shared/commands'
|
|
import './shared/exceptions'
|
|
import './ct/commands'
|
|
import './ct/codemirror'
|
|
|
|
beforeEach(function () {
|
|
resetMeta()
|
|
})
|