Update karma.conf.js

This commit is contained in:
piotrpekala7 2022-02-08 23:47:22 +01:00
parent eabdda0e74
commit 2b834768c6

View File

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