Skip to content

Commit 0cd876e

Browse files
committed
test: fix edge snapshot stack traces
nodejs/node#49659
1 parent 73160d4 commit 0cd876e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

patches/node/test_fix_edge_snapshot_stack_traces.patch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ index be1d45d0d8e8ba7b637754e32fe379cb2cf1e6ac..21410d492db861876ecfcb82dcc3c181
5151
+ at *
5252

5353
Node.js *
54+
diff --git a/test/fixtures/source-map/output/source_map_sourcemapping_url_string.snapshot b/test/fixtures/source-map/output/source_map_sourcemapping_url_string.snapshot
55+
index 2c1e11eeb9eab1bcb101f8f5af909461b26036ec..6a109c904e115503b743d5c4e0418ae693ca9856 100644
56+
--- a/test/fixtures/source-map/output/source_map_sourcemapping_url_string.snapshot
57+
+++ b/test/fixtures/source-map/output/source_map_sourcemapping_url_string.snapshot
58+
@@ -1,3 +1,3 @@
59+
Error: an exception.
60+
at Object.<anonymous> (*typescript-sourcemapping_url_string.ts:3:7)
61+
- at Module._compile (node:internal*modules*cjs*loader:1241:14)
62+
+ *
5463
diff --git a/test/parallel/test-node-output-errors.mjs b/test/parallel/test-node-output-errors.mjs
5564
index b08bcd40cdf26093e158c0bb9ae566c76f2c731e..bf8eacbac479a2bf5698ed29ede648e149f185b5 100644
5665
--- a/test/parallel/test-node-output-errors.mjs

0 commit comments

Comments
 (0)