We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b68b50 commit 56968fdCopy full SHA for 56968fd
build.gradle.kts
@@ -45,29 +45,24 @@ kotlin {
45
iosArm64()
46
iosX64()
47
iosSimulatorArm64()
48
+ @OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
49
wasmJs {
50
browser {
51
testTask {
- useMocha {
52
- timeout = "60s"
53
- }
+ // FIXME ignored
+ timeout= Duration.ofSeconds(60)
54
}
55
56
nodejs {
57
58
59
60
61
62
63
d8 {
64
65
66
67
68
69
70
-
71
72
// no kotest support yet for this
73
// wasmWasi()
0 commit comments