Browse Source

Don't run web-core tests in Firefox (till further investigation)

pull/1118/head
Shagen Ogandzhanian 3 years ago
parent
commit
f8ac4ad2c3
  1. 3
      web/core/build.gradle.kts

3
web/core/build.gradle.kts

@ -1,5 +1,4 @@
plugins {
//id("kotlin-multiplatform")
kotlin("multiplatform")
id("org.jetbrains.compose")
}
@ -13,7 +12,7 @@ kotlin {
testLogging.showStandardStreams = true
useKarma {
useChromeHeadless()
useFirefox()
//useFirefox()
}
}
}

Loading…
Cancel
Save