/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/basic-initial-only/index.js
8 строк
312 B
hai-x
fix(css): avoid extra `module.export` output for css module (#19265)
06 апр 2025, 15:53
Не верифицирован
06 апр 2025, 15:53
e0891ee
Код
Авторство
О чём код?
import * as style from "./style.css"; it("should compile and load initial style", () => { expect(style).toEqual({}); const computedStyle = getComputedStyle(document.body); expect(computedStyle.getPropertyValue("background")).toBe(" red"); expect(computedStyle.getPropertyValue("margin")).toBe(" 10px"); });