Skip to content

Commit

Permalink
Fix JS Tests (again.....)
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 30, 2024
1 parent c020fd5 commit d0e8778
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 43 deletions.
15 changes: 8 additions & 7 deletions build-logic/src/main/kotlin/-KmpConfigurationExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ fun KmpConfigurationExtension.configureShared(
java9ModuleInfoName = java9ModuleName
}

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

@OptIn(ExperimentalWasmDsl::class)
wasmJs {
target {
browser()
browser {
testTask {
useMocha {
timeout = "30s"
}
}
}
nodejs()
}
}
Expand Down
9 changes: 0 additions & 9 deletions library/base16/karma.config.d/timeout-override.js

This file was deleted.

9 changes: 0 additions & 9 deletions library/base32/karma.config.d/timeout-override.js

This file was deleted.

9 changes: 0 additions & 9 deletions library/base64/karma.config.d/timeout-override.js

This file was deleted.

9 changes: 0 additions & 9 deletions library/core/karma.config.d/timeout-override.js

This file was deleted.

0 comments on commit d0e8778

Please sign in to comment.