Skip to content

Commit

Permalink
Remove js and node js configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 30, 2024
1 parent 9087649 commit a2e754d
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,13 @@ internal fun Project.configureComposeMultiplatform(
androidTarget { publishLibraryVariants("release") }
jvm("desktop")

js {
browser()
nodejs {
testTask {
useMocha {
timeout = "60s"
}
}
}
binaries.executable()
binaries.library()
}

@OptIn(ExperimentalWasmDsl::class)
wasmJs {
browser {
testTask {
enabled = false
}
}
nodejs {
testTask {
enabled = false
}
}
binaries.executable()
binaries.library()
}

iosX64()
Expand Down

0 comments on commit a2e754d

Please sign in to comment.