Skip to content

Commit 9e3e794

Browse files
committed
fix tests
1 parent 17b4d98 commit 9e3e794

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/fixtures/errors/force_colors.snapshot

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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:1241:14)
8-
 at Module._extensions..js (node:internal*modules*cjs*loader:1295:10)
9-
 at Module.load (node:internal*modules*cjs*loader:1091:32)
10-
 at Module._load (node:internal*modules*cjs*loader:938:12)
11-
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:83:12)
7+
 at Module._compile (node:internal*modules*cjs*loader:1264:14)
8+
 at Module._extensions..js (node:internal*modules*cjs*loader:1318:10)
9+
 at Module.load (node:internal*modules*cjs*loader:1113:32)
10+
 at Module._load (node:internal*modules*cjs*loader:954:12)
11+
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:80:12)
1212
 at node:internal*main*run_main_module:23:47
1313

1414
Node.js *
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:1264:14)

0 commit comments

Comments
 (0)