overleaf/services/web/cypress/support/ct/i18n.js
Alf Eaton 53324b0cd2 Add Cypress React component testing (#6974)
GitOrigin-RevId: 1260312a0644f3bc60e007a840045974336e264d
2022-04-05 12:17:30 +00:00

4 lines
127 B
JavaScript

window.i18n = { currentLangCode: 'en' }
window.ExposedSettings = { appName: 'Overleaf' }
require('../../../frontend/js/i18n')