[Wasm] Fix debug mode for wasm tests

This commit is contained in:
Igor Yakovlev
2023-07-07 11:23:51 +02:00
committed by Space Team
parent 750653e4b3
commit 0a49b79104
@@ -67,7 +67,7 @@ class WasmBoxRunner(
mjsFiles += AdditionalFile(it.name, it.readText())
}
val debugMode = DebugMode.fromSystemProperty("kotlin.js.debugMode")
val debugMode = DebugMode.fromSystemProperty("kotlin.wasm.debugMode")
val startUnitTests = RUN_UNIT_TESTS in testServices.moduleStructure.allDirectives
val testJsQuiet = """