0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']
}