overleaf/services/web/cypress/support/component.ts

7 lines
206 B
TypeScript
Raw Normal View History

import '../../frontend/stylesheets/style.less'
import './ct/window' // needs to be before i18n
import '../../frontend/js/i18n'
import './shared/commands'
import './shared/exceptions'
import './ct/commands'