/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/runtime-data-webpack/index.js
7 строк
240 B
alexander.akait
fix: runtime for CSS loading
21 июн 2023, 12:43
21 июн 2023, 12:43
5a49b86
Код
Авторство
О чём код?
import "./style.css"; it("should work", () => { const computedStyle = getComputedStyle(document.body); expect(computedStyle.getPropertyValue("color")).toBe(" red"); expect(computedStyle.getPropertyValue("background")).toBe(" red"); });