Adam S
04/06/2022, 8:05 AMprintln(...)
?
I'm writing unit tests using Knit, and I want to verify the output is the same on as many platforms as possible. Ideally at least JS and JVM. Here's one of the tests.
Kotest has captureStandardOut(...)
, but it's JVM onlyAdam S
04/06/2022, 8:14 AM