2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update karma.conf.js (#32182)

When we are on CI, this statement won't be reached.
This commit is contained in:
XhmikosR
2020-11-18 13:06:04 +02:00
committed by GitHub
parent 2b0b3091a0
commit 2d4f1b272c
+1 -1
View File
@@ -33,7 +33,7 @@ const detectBrowsers = {
return debug ? ['Chrome'] : ['ChromeHeadless']
}
if (env.CI === true || availableBrowser.includes('Chromium')) {
if (availableBrowser.includes('Chromium')) {
return debug ? ['Chromium'] : ['ChromiumHeadless']
}