/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/layer/context-and-css/dark.js
9 строк
271 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 black", function() { const style = getComputedStyle(document.body); expect(style["color-dark"]).toBe(" black"); expect(style["background-dark"]).toBe(" black"); });