Browse Source

[web] and turning Firefox tests in core of again

pull/1151/head
Shagen Ogandzhanian 3 years ago
parent
commit
3f2a5d06c4
  1. 2
      web/core/build.gradle.kts

2
web/core/build.gradle.kts

@ -12,7 +12,7 @@ kotlin {
testLogging.showStandardStreams = true testLogging.showStandardStreams = true
useKarma { useKarma {
useChromeHeadless() useChromeHeadless()
useFirefox() //useFirefox()
} }
} }
} }

Loading…
Cancel
Save