Skip to content

Commit

Permalink
fix html tests karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored and Schahen committed Oct 10, 2024
1 parent f2441d7 commit a5e7eed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion html/benchmark-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.jetbrains.compose.gradle.standardConf

plugins {
id("org.jetbrains.kotlin.multiplatform")
id("org.jetbrains.compose")
Expand All @@ -9,7 +11,8 @@ kotlin {
browser {
testTask {
useKarma {
useChromeHeadless()
standardConf()
// useChromeHeadless()
// useFirefox()
}
}
Expand Down

0 comments on commit a5e7eed

Please sign in to comment.