/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/errors-space-error/__snapshots__/StatsTest.snap
106 строк
3 KB
hai-x
test: generate snapshots per stats test case (#20785)
07 апр 2026, 22:00
Не верифицирован
07 апр 2026, 22:00
955a68c
Код
Авторство
О чём код?
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`StatsTestCases errors-space-error should print correct stats for errors-space-error 1`] = ` "assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 2 errors have detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack x.x.x compiled with 2 errors in X ms assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 2 errors have detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack x.x.x compiled with 2 errors in X ms assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 2 errors have detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack x.x.x compiled with 2 errors in X ms assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 stack1 + 2 hidden lines ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 1 error has detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack x.x.x compiled with 2 errors in X ms assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 stack1 stack2 stack3 ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 1 error has detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack x.x.x compiled with 2 errors in X ms assets by status X bytes [cached] 1 asset ./loader.js!./index.js X bytes [built] [code generated] [2 errors] ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error1 stack1 stack2 stack3 ERROR in ./index.js (./loader.js!./index.js) Module Error (from ./loader.js): loader error2 stack1 stack2 webpack x.x.x compiled with 2 errors in X ms" `;