Use ChromeHeadless

This commit is contained in:
Franck Royer 2021-07-14 15:17:16 +10:00
parent ae051333de
commit f20acb9bfd
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = function (config) {
],
logLevel: config.LOG_DEBUG,
reporters: ['progress', 'karma-typescript'],
browsers: ['Chrome'],
browsers: ['ChromeHeadless'],
singleRun: true,
karmaTypescriptConfig: {
bundlerOptions: {