@@ -66,7 +66,7 @@ describe('non-root-project-monorepo', () => {
66
66
if ( isTurbopack ) {
67
67
// TODO the function name should be hidden
68
68
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
69
- "app/source-maps-rsc/page.tsx (9:28) @ innerArrowFunction
69
+ "./ app/source-maps-rsc/page.tsx (9:28) @ innerArrowFunction
70
70
71
71
7 | }
72
72
8 |
@@ -82,9 +82,9 @@ describe('non-root-project-monorepo', () => {
82
82
"<unknown>
83
83
[project]/apps/web/app/separate-file.ts [app-rsc] (ecmascript) (rsc://React/Server/file://<full-path>/apps/web/.next/server/chunks/ssr/apps_web_8d1c0a._.js (7:7)
84
84
innerFunction
85
- app/source-maps-rsc/page.tsx (6:3)
85
+ ./ app/source-maps-rsc/page.tsx (6:3)
86
86
Page
87
- app/source-maps-rsc/page.tsx (2:3)"
87
+ ./ app/source-maps-rsc/page.tsx (2:3)"
88
88
` )
89
89
} else {
90
90
// TODO the function name is incorrect
@@ -120,7 +120,7 @@ describe('non-root-project-monorepo', () => {
120
120
if ( isTurbopack ) {
121
121
// TODO the function name should be hidden
122
122
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
123
- "app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
123
+ "./ app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
124
124
125
125
> 1 | throw new Error('Expected error')
126
126
| ^
@@ -129,11 +129,11 @@ describe('non-root-project-monorepo', () => {
129
129
expect ( normalizeStackTrace ( await getRedboxCallStack ( browser ) ) )
130
130
. toMatchInlineSnapshot ( `
131
131
"innerArrowFunction
132
- app/source-maps-ssr/page.tsx (11:28)
132
+ ./ app/source-maps-ssr/page.tsx (11:28)
133
133
innerFunction
134
- app/source-maps-ssr/page.tsx (8:3)
134
+ ./ app/source-maps-ssr/page.tsx (8:3)
135
135
Page
136
- app/source-maps-ssr/page.tsx (4:3)"
136
+ ./ app/source-maps-ssr/page.tsx (4:3)"
137
137
` )
138
138
} else {
139
139
// TODO the function name should be hidden
@@ -173,7 +173,7 @@ describe('non-root-project-monorepo', () => {
173
173
if ( isTurbopack ) {
174
174
// TODO the function name should be hidden
175
175
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
176
- "app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
176
+ "./ app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
177
177
178
178
> 1 | throw new Error('Expected error')
179
179
| ^
@@ -182,11 +182,11 @@ describe('non-root-project-monorepo', () => {
182
182
expect ( normalizeStackTrace ( await getRedboxCallStack ( browser ) ) )
183
183
. toMatchInlineSnapshot ( `
184
184
"innerArrowFunction
185
- app/source-maps-client/page.tsx (16:28)
185
+ ./ app/source-maps-client/page.tsx (16:28)
186
186
innerFunction
187
- app/source-maps-client/page.tsx (13:3)
187
+ ./ app/source-maps-client/page.tsx (13:3)
188
188
effectCallback
189
- app/source-maps-client/page.tsx (7:5)"
189
+ ./ app/source-maps-client/page.tsx (7:5)"
190
190
` )
191
191
} else {
192
192
// TODO the function name should be hidden
0 commit comments