Skip to content

Commit ea48374

Browse files
committed
chore: Enable test logging
1 parent cfe9b88 commit ea48374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ dependencies {
3434

3535
test {
3636
useJUnitPlatform()
37+
testLogging {
38+
showStandardStreams = true
39+
}
3740
}

0 commit comments

Comments
 (0)