/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/basic/index.js
6 строк
162 B
Alexander Akait
feat: handle all sources except script and style (#20930)
08 май 2026, 13:17
Не верифицирован
08 май 2026, 13:17
325af56
Код
Авторство
О чём код?
import page from "./page.html"; it("should compile and export html as string", () => { expect(typeof page).toBe("string"); expect(page).toMatchSnapshot(); });