mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
|
import '../../../frontend/stylesheets/bootstrap-5/main-style.scss'
|
||
|
|
||
|
beforeEach(function () {
|
||
|
window.metaAttributesCache.set('ol-bootstrapVersion', 5)
|
||
|
})
|