/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/layer/context-and-css/light.js
9 строк
273 B
alexander.akait
test: fixed
16 июн 2023, 00:39
16 июн 2023, 00:39
39b883e
Код
Авторство
О чём код?
require.context('./test1', true, /\.less$/); require('./test2/shared.less'); it("should contain only white", function() { const style = getComputedStyle(document.body); expect(style["color-light"]).toBe(" white"); expect(style["background-light"]).toBe(" white"); });