Skip to content

Commit 3e9970a

Browse files
committed
Don't hide errors during tests.
1 parent 6b7ae68 commit 3e9970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sus.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright, 2017-2024, by Samuel Williams.
55
# Copyright, 2018, by Janko Marohnić.
66

7-
ENV["CONSOLE_LEVEL"] ||= "fatal"
7+
# ENV["CONSOLE_LEVEL"] ||= "fatal"
88

99
require "covered/sus"
1010
include Covered::Sus

0 commit comments

Comments
 (0)