[WASM] Fix Kotlin.Test box tests
This commit is contained in:
+1
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ repositories {
|
||||
kotlin {
|
||||
wasm {
|
||||
moduleName = "redefined-wasm-module-name"
|
||||
browser {
|
||||
d8 {
|
||||
}
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user