/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/iframe-srcdoc-script/__snapshots__/ConfigTest.snap
13 строк
482 B
Alexander Akait
refactor(html): avoid regexp HTML parsing in dependencies; add <iframe srcdoc> script tests (#21266)
24 июн 2026, 13:34
Не верифицирован
24 июн 2026, 13:34
99671f3
Код
Авторство
О чём код?
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`ConfigTestCases html iframe-srcdoc-script exported tests should bundle <script> inside <iframe srcdoc> as an entry chunk 1`] = ` "<!DOCTYPE html> <html> <head><title>srcdoc script</title></head> <body> <iframe srcdoc=\\"<script src="__html_60417bb2_0.bundle0.js"></script>\\"></iframe> <iframe srcdoc=\\"<script src="__html_cabc5adb_0.bundle0.js"></script>\\"></iframe> </body> </html> " `;