renamed project to dspace-angular and fixed broken tests

This commit is contained in:
lotte
2020-07-14 15:45:33 +02:00
parent e5742c49d9
commit 08484d31ca
6 changed files with 30 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, './coverage/dspace-angular-cli'),
dir: require('path').join(__dirname, './coverage/dspace-angular'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},