Skip to content
Snippets Groups Projects
Commit f0cd6183 authored by Jaden DIEFENBAUGH's avatar Jaden DIEFENBAUGH Committed by Flavio TARSETTI
Browse files

[js] re-enable chrome tests for karma, #87

parent 62e468e9
No related branches found
No related tags found
1 merge request!25Fix browser tests on CI
...@@ -8,9 +8,8 @@ delete webpackConfig.entry; ...@@ -8,9 +8,8 @@ delete webpackConfig.entry;
module.exports = function (config) { module.exports = function (config) {
config.set({ config.set({
browsers: [ browsers: [
// TODO: try to renable once chromium >55 comes out
//'ChromeHeadless',
'FirefoxHeadless', 'FirefoxHeadless',
'ChromeHeadless',
], ],
customLaunchers: { customLaunchers: {
FirefoxHeadless: { FirefoxHeadless: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment