fix of tests

This commit is contained in:
2024-08-03 01:47:39 +06:00
parent 95d2f6de01
commit c79c20033c
8 changed files with 93 additions and 19 deletions

View File

@@ -12,8 +12,20 @@ kotlin {
}
}
js (IR) {
browser()
nodejs()
browser {
testTask {
useMocha {
timeout = "60000"
}
}
}
nodejs {
testTask {
useMocha {
timeout = "60000"
}
}
}
}
linuxX64()
mingwX64()