diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index 02c7a740b257..699cca7a5938 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -6398,6 +6398,33 @@ "flakey": [], "runtimeError": false }, + "test/e2e/chrome-devtools-workspace/chrome-devtools-workspace-base-path.test.ts": { + "passed": [ + "chrome-devtools-workspace basePath should be able to connect to Chrome DevTools in dev with a configured basePath" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/chrome-devtools-workspace/chrome-devtools-workspace-custom-disable.test.ts": { + "passed": [ + "chrome-devtools-workspace custom disable can be disabled by providing your own endpoint" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/chrome-devtools-workspace/chrome-devtools-workspace.test.ts": { + "passed": [ + "chrome-devtools-workspace default should be able to connect to Chrome DevTools in dev" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/config-promise-export/async-function.test.ts": { "passed": ["async export should work"], "failed": [], @@ -19698,5 +19725,14 @@ "pending": [], "flakey": [], "runtimeError": false + }, + "test/production/typescript-checked-side-effect-imports/index.test.ts": { + "passed": [ + "Imports of server/client-only with noUncheckedSideEffectImports Should build without typescript errors" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false } }