Skip to content

Commit 39d8514

Browse files
committed
test: fix lines of .snapshot files
Fix two `.snapshot` files that were with the line numbers wrong due to the merge conflicts.
1 parent 0cfc616 commit 39d8514

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/fixtures/errors/force_colors.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ throw new Error('Should include grayed stack trace')
44

55
Error: Should include grayed stack trace
66
at Object.<anonymous> (/test*force_colors.js:1:7)
7-
 at Module._compile (node:internal*modules*cjs*loader:1256:14)
8-
 at Module._extensions..js (node:internal*modules*cjs*loader:1310:10)
9-
 at Module.load (node:internal*modules*cjs*loader:1114:32)
10-
 at Module._load (node:internal*modules*cjs*loader:961:12)
7+
 at Module._compile (node:internal*modules*cjs*loader:1242:14)
8+
 at Module._extensions..js (node:internal*modules*cjs*loader:1296:10)
9+
 at Module.load (node:internal*modules*cjs*loader:1092:32)
10+
 at Module._load (node:internal*modules*cjs*loader:939:12)
1111
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:83:12)
1212
 at node:internal*main*run_main_module:23:47
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: an exception.
22
at Object.<anonymous> (*typescript-sourcemapping_url_string.ts:3:7)
3-
at Module._compile (node:internal*modules*cjs*loader:1241:14)
3+
at Module._compile (node:internal*modules*cjs*loader:1242:14)

0 commit comments

Comments
 (0)