Skip to content

Commit

Permalink
TRCKR-20 specify browser for js tests with karma
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Feb 23, 2025
1 parent bb504af commit 840f275
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion trckr-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ kotlin {
}
// JS targets
js(IR) {
browser()
browser {
testTask {
useKarma {
useChromeHeadless()
}
}
}
nodejs()
}
@OptIn(ExperimentalWasmDsl::class)
Expand Down

0 comments on commit 840f275

Please sign in to comment.