/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/app-dir/cache-components-errors/sync-dynamic.partial-prefetching.test.ts
13 строк
560 B
Benjamin Woodruff
[ci] split up large cache-components-errors tests (#95623)
09 июл 2026, 05:56
Не верифицирован
09 июл 2026, 05:56
4df37b6
Код
Авторство
О чём код?
import { runCacheComponentsErrorsTests } from './shared.util' import { registerDynamicRootAndBoundaryTests } from './dynamic-root-and-boundary.util' import { registerSyncDynamicTests } from './sync-dynamic.util' process.env.__NEXT_PARTIAL_PREFETCHING = 'true' // Registers two section groups in one entry: dynamic-root-and-boundary is too // small to justify its own CI test file (per-file server boot and, in start // mode, build costs). runCacheComponentsErrorsTests((ctx) => { registerDynamicRootAndBoundaryTests(ctx) registerSyncDynamicTests(ctx) })