mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3830] Fix favorites navigation (#1599)
* fix favorites navigation * improve report and unit test * fix ACA test mock version directive * lint fix * try different startegy * remove first split * fix root case
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = function(config) {
|
||||
require('karma-chrome-launcher'),
|
||||
require('karma-jasmine-html-reporter'),
|
||||
require('karma-coverage-istanbul-reporter'),
|
||||
require('karma-mocha-reporter'),
|
||||
require('@angular-devkit/build-angular/plugins/karma')
|
||||
],
|
||||
files: [
|
||||
@@ -53,7 +54,7 @@ module.exports = function(config) {
|
||||
fixWebpackSourcePaths: true
|
||||
},
|
||||
|
||||
reporters: ['progress', 'kjhtml'],
|
||||
reporters: ['mocha', 'kjhtml'],
|
||||
port: 9876,
|
||||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
|
Reference in New Issue
Block a user