/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/e2e/index.html
17 строк
382 B
Brijesh Bittu
[code-infra] Migrate to vite from webpack for e2e tests (#48248)
13 апр 2026, 15:11
Не верифицирован
13 апр 2026, 15:11
51d83ae
Код
Авторство
О чём код?
<!doctype html> <html> <head> <title>Playwright end-to-end test</title> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1, width=device-width" /> <style> body { background-color: white; } </style> </head> <body> <div id="react-root"></div> <script type="module" src="/index.js"></script> </body> </html>