Skip to content

Commit

Permalink
Fix js tests (use mocha)
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 30, 2024
1 parent 30a689c commit 75724a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build-logic/src/main/kotlin/-KmpConfigurationExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ fun KmpConfigurationExtension.configureShared(
java9ModuleInfoName = java9ModuleName
}

js {
target {
browser()
nodejs()
}
}
js()

@OptIn(ExperimentalWasmDsl::class)
wasmJs {
Expand Down

0 comments on commit 75724a8

Please sign in to comment.