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

6 lines
155 B
TypeScript
Raw Normal View History

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