/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/skip-behavior/index.js
5 строк
145 B
Raj Aryan
fix(html): skip white space only URLs in source attributes (#21101)
05 июн 2026, 13:28
Не верифицирован
05 июн 2026, 13:28
33c5241
Код
Авторство
О чём код?
import page from "./page.html"; it("should silently skip whitespace-only source attribute values", () => { expect(page).toMatchSnapshot(); });