/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/parsing/index.js
8 строк
201 B
alexander.akait
refactor: css
09 окт 2024, 01:09
09 окт 2024, 01:09
91fe529
Код
Авторство
О чём код?
import "./style.css"; it("should compile and load style on demand", done => { const style = getComputedStyle(document.body); expect(style.getPropertyValue("background")).toBe(" red"); done(); });