Skip to content

Commit

Permalink
Try testing core wasmJs with chrome canary.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Nov 17, 2023
1 parent 0e6c70a commit 89c0933
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ kotlin {
@Suppress("OPT_IN_USAGE")
wasmJs {
nodejs()
browser()
browser {
testTask {
useKarma {
useChromeCanaryHeadless()
}
}
}
compilations.all {
kotlinOptions {
sourceMap = true
Expand Down

0 comments on commit 89c0933

Please sign in to comment.