Initial Commit

This commit is contained in:
Janis Meister
2022-02-23 12:30:12 +01:00
parent c2842e0523
commit a71db2fa0e
47 changed files with 6757 additions and 2963 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function (config) {
suppressAll: true // removes the duplicated traces
},
coverageReporter: {
dir: require('path').join(__dirname, './coverage/osm-routing-angular'),
dir: require('path').join(__dirname, './coverage/ts-streetmap'),
subdir: '.',
reporters: [
{ type: 'html' },