Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 15, 2023
1 parent 17b4d98 commit 9e3e794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions test/fixtures/errors/force_colors.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ throw new Error('Should include grayed stack trace')

Error: Should include grayed stack trace
at Object.<anonymous> (/test*force_colors.js:1:7)
 at Module._compile (node:internal*modules*cjs*loader:1241:14)
 at Module._extensions..js (node:internal*modules*cjs*loader:1295:10)
 at Module.load (node:internal*modules*cjs*loader:1091:32)
 at Module._load (node:internal*modules*cjs*loader:938:12)
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:83:12)
 at Module._compile (node:internal*modules*cjs*loader:1264:14)
 at Module._extensions..js (node:internal*modules*cjs*loader:1318:10)
 at Module.load (node:internal*modules*cjs*loader:1113:32)
 at Module._load (node:internal*modules*cjs*loader:954:12)
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:80:12)
 at node:internal*main*run_main_module:23:47

Node.js *
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Error: an exception.
at Object.<anonymous> (*typescript-sourcemapping_url_string.ts:3:7)
at Module._compile (node:internal*modules*cjs*loader:1241:14)
at Module._compile (node:internal*modules*cjs*loader:1264:14)

0 comments on commit 9e3e794

Please sign in to comment.