Skip to content

Commit e34d9c4

Browse files
author
AndrzejSala
committed
chore(karma): Update karma config
1 parent a42da1d commit e34d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/filestack-angular/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function (config) {
2525
colors: true,
2626
logLevel: config.LOG_INFO,
2727
autoWatch: true,
28-
browsers: ['Chrome', 'ChromeHeadless', 'ChromeHeadlessNoSandbox'],
28+
browsers: ['ChromeHeadless'],
2929
singleRun: false,
3030
restartOnFileChange: true,
3131
customLaunchers: {

0 commit comments

Comments
 (0)