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:
@@ -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']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user