Skip to content

Commit 757cc42

Browse files
committed
Update stacktraces
1 parent 4e51b44 commit 757cc42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ describe('Dynamic IO Dev Errors', () => {
105105
"label": "Console Error",
106106
"source": null,
107107
"stack": [
108-
"Page [Server] <anonymous> (2:1)",
109-
"main <anonymous> (2:1)",
110-
"body <anonymous> (2:1)",
111-
"html <anonymous> (2:1)",
112-
"Root [Server] <anonymous> (2:1)",
108+
"Page [Server] <anonymous> (1:22)",
109+
"main <anonymous> (1:13)",
110+
"body <anonymous> (1:13)",
111+
"html <anonymous> (1:13)",
112+
"Root [Server] <anonymous> (1:22)",
113113
"JSON.parse <anonymous> (0:0)",
114114
"<unknown> <anonymous> (0:0)",
115115
],

0 commit comments

Comments
 (0)