Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fixup! tools: enable linter in test/fixtures/errors
  • Loading branch information
aduh95 committed Apr 2, 2025
commit 60990d5a244fc06b4030e20db881b97e77db305e
6 changes: 3 additions & 3 deletions test/fixtures/errors/force_colors.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*force_colors.js:1
throw new Error('Should include grayed stack trace')
*force_colors.js:2
throw new Error('Should include grayed stack trace');
^

Error: Should include grayed stack trace
at Object.<anonymous> (/test*force_colors.js:1:7)
at Object.<anonymous> (/test*force_colors.js:2:7)
 at *
 at *
 at *
Expand Down
Loading