@@ -98,7 +98,7 @@ describe('non-root-project-monorepo', () => {
98
98
if ( isTurbopack ) {
99
99
// TODO the function name should be hidden
100
100
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
101
- "app/source-maps-rsc/page.tsx (13:28) @ innerArrowFunction
101
+ "./ app/source-maps-rsc/page.tsx (13:28) @ innerArrowFunction
102
102
103
103
11 | }
104
104
12 |
@@ -120,9 +120,9 @@ describe('non-root-project-monorepo', () => {
120
120
innerArrowFunction
121
121
app/source-maps-rsc/page.tsx (13:28)
122
122
innerFunction
123
- app/source-maps-rsc/page.tsx (10:3)
123
+ ./ app/source-maps-rsc/page.tsx (10:3)
124
124
Page
125
- app/source-maps-rsc/page.tsx (4:5)"
125
+ ./ app/source-maps-rsc/page.tsx (4:5)"
126
126
` )
127
127
} else {
128
128
// TODO the function name is incorrect
@@ -160,7 +160,7 @@ describe('non-root-project-monorepo', () => {
160
160
if ( isTurbopack ) {
161
161
// TODO the function name should be hidden
162
162
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
163
- "app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
163
+ "./ app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
164
164
165
165
> 1 | throw new Error('Expected error')
166
166
| ^
@@ -169,13 +169,13 @@ describe('non-root-project-monorepo', () => {
169
169
expect ( normalizeStackTrace ( await getRedboxCallStack ( browser ) ) )
170
170
. toMatchInlineSnapshot ( `
171
171
"[project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
172
- app/separate-file.ts (1:7)
172
+ ./ app/separate-file.ts (1:7)
173
173
innerArrowFunction
174
- app/source-maps-ssr/page.tsx (15:28)
174
+ ./ app/source-maps-ssr/page.tsx (15:28)
175
175
innerFunction
176
- app/source-maps-ssr/page.tsx (12:3)
176
+ ./ app/source-maps-ssr/page.tsx (12:3)
177
177
Page
178
- app/source-maps-ssr/page.tsx (6:5)"
178
+ ./ app/source-maps-ssr/page.tsx (6:5)"
179
179
` )
180
180
} else {
181
181
// TODO the function name should be hidden
@@ -217,7 +217,7 @@ describe('non-root-project-monorepo', () => {
217
217
if ( isTurbopack ) {
218
218
// TODO the function name should be hidden
219
219
expect ( await getRedboxSource ( browser ) ) . toMatchInlineSnapshot ( `
220
- "app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
220
+ "./ app/separate-file.ts (1:7) @ [project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
221
221
222
222
> 1 | throw new Error('Expected error')
223
223
| ^
@@ -226,13 +226,13 @@ describe('non-root-project-monorepo', () => {
226
226
expect ( normalizeStackTrace ( await getRedboxCallStack ( browser ) ) )
227
227
. toMatchInlineSnapshot ( `
228
228
"[project]/apps/web/app/separate-file.ts [app-client] (ecmascript)
229
- app/separate-file.ts (1:7)
229
+ ./ app/separate-file.ts (1:7)
230
230
innerArrowFunction
231
- app/source-maps-client/page.tsx (16:28)
231
+ ./ app/source-maps-client/page.tsx (16:28)
232
232
innerFunction
233
- app/source-maps-client/page.tsx (13:3)
233
+ ./ app/source-maps-client/page.tsx (13:3)
234
234
effectCallback
235
- app/source-maps-client/page.tsx (7:5)"
235
+ ./ app/source-maps-client/page.tsx (7:5)"
236
236
` )
237
237
} else {
238
238
// TODO the function name should be hidden
0 commit comments