Skip to content

Commit

Permalink
[test] More accurate stack assertions in terminal (#75355)
Browse files Browse the repository at this point in the history
Failing test highlighting breakage in #75294
  • Loading branch information
eps1lon authored Feb 10, 2025
1 parent 2aa2eaa commit 026f00e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ describe('Dynamic IO Dev Errors', () => {
? '\n at main (<anonymous>)' +
'\n at body (<anonymous>)' +
'\n at html (<anonymous>)' +
'\n at Root [Server] (<anonymous>)'
'\n at Root [Server] (<anonymous>)' +
// Just need some string to assert that this is the whole stack
'\n GET /no-accessed-data 200'
: // TODO(veil): Should be ignore-listed (see https://linear.app/vercel/issue/NDX-464/next-internals-not-ignore-listed-in-terminal-in-webpack#comment-1164a36a)
'\n at InnerLayoutRouter (..')
)
Expand Down

0 comments on commit 026f00e

Please sign in to comment.