/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/build-http/index.js
14 строк
299 B
alexander.akait
test: `buildHttp`
01 ноя 2024, 23:27
01 ноя 2024, 23:27
3ea481f
Код
Авторство
О чём код?
import "./style.css"; it(`should work with URLs in CSS`, done => { const links = document.getElementsByTagName("link"); const css = []; // Skip first because import it by default for (const link of links.slice(1)) { css.push(link.sheet.css); } expect(css).toMatchSnapshot(); done(); });