mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
de8acd2ed8
* Upgrade `@codemirror` dependencies * Set EditorView.EDIT_CONTEXT=false GitOrigin-RevId: 8024715748102a56f1b22e72be8a2019e80b5a07
11 lines
274 B
TypeScript
11 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()
|
|
})
|