mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Move CSS loading in Cypress to individual test spec files GitOrigin-RevId: 92bb5167cfa81b0bd54acc724efb23b397421ccb
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)
|
|
})
|