mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
try to revert karma change
This commit is contained in:
@@ -76,18 +76,6 @@ module.exports = function (config) {
|
|||||||
|
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
|
|
||||||
customLaunchers: {
|
|
||||||
ChromeHeadless: {
|
|
||||||
base: 'Chrome',
|
|
||||||
flags: [
|
|
||||||
'--no-sandbox',
|
|
||||||
'--headless',
|
|
||||||
'--disable-gpu',
|
|
||||||
'--remote-debugging-port=9222'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
// Karma plugins loaded
|
// Karma plugins loaded
|
||||||
plugins: [
|
plugins: [
|
||||||
require('../node_modules/karma-jasmine'),
|
require('../node_modules/karma-jasmine'),
|
||||||
|
Reference in New Issue
Block a user