try to revert karma change

This commit is contained in:
Eugenio Romano
2018-01-10 10:20:59 +00:00
parent da9d0e0ec2
commit 344725d6b5

View File

@@ -76,18 +76,6 @@ module.exports = function (config) {
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadless: {
base: 'Chrome',
flags: [
'--no-sandbox',
'--headless',
'--disable-gpu',
'--remote-debugging-port=9222'
]
}
},
// Karma plugins loaded
plugins: [
require('../node_modules/karma-jasmine'),