Renaming angular project to 'mempool' from 'mempoolspace'

This commit is contained in:
softsimon
2020-04-28 00:14:29 +07:00
parent 9025d4dd54
commit 7e7b536acb
4 changed files with 13 additions and 13 deletions

View File

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