You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turbopack Build: Skip edge stacktrace test (#79661)
## What?
This test is checking a specific path that is not actually sourcemapped
when using webpack either. This won't fail for both webpack/Turbopack
once edge runtime supports sourcemaps.
Copy file name to clipboardExpand all lines: test/e2e/fetch-failures-have-good-stack-traces-in-edge-runtime/fetch-failures-have-good-stack-traces-in-edge-runtime.test.ts
+33-26Lines changed: 33 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -14,33 +14,39 @@ describe('fetch failures have good stack traces in edge runtime', () => {
14
14
return
15
15
}
16
16
17
-
it('when awaiting `fetch` using an unknown domain, stack traces are preserved',async()=>{
0 commit comments