Revert problematic test

This commit is contained in:
Abe Pazos
2025-07-17 18:38:06 +02:00
parent 6384f24e65
commit e6c00926a6
4 changed files with 1 additions and 75 deletions

View File

@@ -76,13 +76,7 @@ kotlin {
js(IR) {
browser()
nodejs {
testTask {
useMocha {
timeout = "30s"
}
}
}
nodejs()
}
sourceSets {