Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down Expand Up @@ -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
}
}