Update karma.conf.js

This commit is contained in:
piotrpekala7 2021-04-19 11:19:39 +02:00
parent 5f5cd8aa9e
commit ccc328f279

View File

@ -25,7 +25,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
browsers: ['ChromeHeadless'],
singleRun: true
});
};