mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
aa480a2663
[web] migrate from window attributes to getMeta GitOrigin-RevId: 3dcf1ab6b01155e5e4abeb3e78d0fa9053e055bc
11 lines
301 B
TypeScript
11 lines
301 B
TypeScript
import 'cypress-plugin-tab'
|
|
import '../../frontend/stylesheets/main-style.less'
|
|
import { resetMeta } from './ct/window' // needs to be before i18n
|
|
import '../../frontend/js/i18n'
|
|
import './shared/commands'
|
|
import './shared/exceptions'
|
|
import './ct/commands'
|
|
|
|
beforeEach(function () {
|
|
resetMeta()
|
|
})
|