Skip to content

Commit

Permalink
[test] More accurate stack assertion react-compiler.test
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 27, 2025
1 parent 6cbaddf commit acc2b92
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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 acc2b92

Please sign in to comment.