Skip to content

Commit ed2e32f

Browse files
committed
Use mocha for js browser tests
1 parent a8227c0 commit ed2e32f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: build-logic/src/main/kotlin/-KmpConfigurationExtension.kt

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ fun KmpConfigurationExtension.configureShared(
4949
@OptIn(ExperimentalWasmDsl::class)
5050
wasmJs {
5151
target {
52-
browser()
52+
browser {
53+
testTask {
54+
useMocha { timeout = "30s" }
55+
}
56+
}
5357
nodejs()
5458
}
5559
}

0 commit comments

Comments
 (0)