diff --git a/samples/js/build.gradle.kts b/samples/js/build.gradle.kts index 801ed7cd6..ad1c044a2 100644 --- a/samples/js/build.gradle.kts +++ b/samples/js/build.gradle.kts @@ -34,6 +34,9 @@ kotlin { testTask { testLogging { exceptionFormat = TestExceptionFormat.FULL // Show full exception when an assertion fails + showExceptions = true // defaults to true + showCauses = true // defaults to true + showStackTraces = true // defaults to true } } }