[Wasm] Fix debug mode for wasm tests
This commit is contained in:
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 = """
|
||||
|
||||
Reference in New Issue
Block a user