Skip to content

Commit 60990d5

Browse files
committed
fixup! fixup! tools: enable linter in test/fixtures/errors
1 parent 1c91671 commit 60990d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures/errors/force_colors.snapshot

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
*force_colors.js:1
2-
throw new Error('Should include grayed stack trace')
1+
*force_colors.js:2
2+
throw new Error('Should include grayed stack trace');
33
^
44

55
Error: Should include grayed stack trace
6-
at Object.<anonymous> (/test*force_colors.js:1:7)
6+
at Object.<anonymous> (/test*force_colors.js:2:7)
77
 at *
88
 at *
99
 at *

0 commit comments

Comments
 (0)