Skip to content

Commit 06d2854

Browse files
ilgonmicqurbonzoda
authored andcommitted
Do not use mocha for wasm targets
It is senseless because for wasm target there is special test framework, and nodejs+wasm can be used only with that special test framework KotlinWasmNode.
1 parent 1c453de commit 06d2854

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,12 @@ kotlin {
7373
@OptIn(ExperimentalWasmDsl::class)
7474
wasmJs {
7575
nodejs {
76-
testTask {
77-
useMocha {
78-
timeout = "30000"
79-
}
80-
}
8176
}
8277
}
8378

8479
@OptIn(ExperimentalWasmDsl::class)
8580
wasmWasi {
8681
nodejs {
87-
testTask {
88-
useMocha {
89-
timeout = "30000"
90-
}
91-
}
9282
}
9383
}
9484

0 commit comments

Comments
 (0)