[WASM] Fix Kotlin.Test box tests

This commit is contained in:
Igor Yakovlev
2022-06-07 15:34:58 +02:00
committed by teamcity
parent f996278171
commit 3abcd84802
7 changed files with 95 additions and 67 deletions
@@ -1951,7 +1951,7 @@ class NewMultiplatformIT : BaseGradleIT() {
assertFileExists(jsOutput + "redefined-js-module-name.js")
val wasmOutput = outputPrefix + "redefined-wasm-module-name/kotlin/"
assertFileExists(wasmOutput + "redefined-wasm-module-name.js")
assertFileExists(wasmOutput + "redefined-wasm-module-name.mjs")
assertFileExists(wasmOutput + "redefined-wasm-module-name.wasm")
}
}
@@ -10,7 +10,7 @@ repositories {
kotlin {
wasm {
moduleName = "redefined-wasm-module-name"
browser {
d8 {
}
binaries.executable()
}