overleaf/services/web/test/frontend/helpers/bootstrap-3.ts

6 lines
143 B
TypeScript
Raw Normal View History

import '../../../frontend/stylesheets/main-style.less'
beforeEach(function () {
window.metaAttributesCache.set('ol-bootstrapVersion', 3)
})