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

This commit is contained in:
Shagen Ogandzhanian
2021-08-27 17:16:41 +02:00
parent e5fed5aa7b
commit f8ac4ad2c3

View File

@@ -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()
}
}
}