mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
migrate from PhantomJS to Chrome (#1716)
This commit is contained in:
committed by
Mario Romano
parent
2fb8ae1b5d
commit
2a14679603
@@ -29,7 +29,7 @@ module.exports = function (config) {
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: false,
|
||||
browsers: ['PhantomJS'],
|
||||
browsers: ['Chrome'],
|
||||
singleRun: true
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user