mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Config file fix
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = function(config) {
|
||||
reporters:[
|
||||
{type: 'in-memory'},
|
||||
{type: 'json', subdir: '.', file: 'coverage-final.json'},
|
||||
{type : 'html', dir : 'coverage/'}
|
||||
{type: 'html', dir : 'coverage/'}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -98,7 +98,7 @@ module.exports = function(config) {
|
||||
logLevel: config.LOG_INFO,
|
||||
|
||||
// enable / disable watching file and executing tests whenever any file changes
|
||||
autoWatch: true,
|
||||
autoWatch: false,
|
||||
|
||||
/*
|
||||
* start these browsers
|
||||
|
Reference in New Issue
Block a user