Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 6, 2024
1 parent b7903f1 commit cd18f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ describe('non-root-project-monorepo', () => {
| ^
2 |"
`)
// TODO stacktrace-parser breaks in some cases with the rsc:// protocol
expect(normalizeStackTrace(await getRedboxCallStack(browser)))
.toMatchInlineSnapshot(`
"innerArrowFunction
Expand All @@ -124,6 +123,7 @@ describe('non-root-project-monorepo', () => {
2 |"
`)
// TODO webpack runtime code shouldn't be included in stack trace
// TODO stacktrace-parser breaks in some cases with the rsc:// protocol
expect(normalizeStackTrace(await getRedboxCallStack(browser)))
.toMatchInlineSnapshot(`
"<unknown>
Expand Down

0 comments on commit cd18f19

Please sign in to comment.