Skip to content

Commit

Permalink
Merge pull request #1 from open-template-hub/develop
Browse files Browse the repository at this point in the history
Update Karma
  • Loading branch information
Fatih Turker committed Apr 2, 2022
2 parents bde65e3 + c7a840d commit 2efda20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/template/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function (config) {
suppressAll: true // removes the duplicated traces
},
coverageReporter: {
dir: require('path').join(__dirname, '../../coverage/led'),
dir: require('path').join(__dirname, '../../coverage/template'),
subdir: '.',
reporters: [
{ type: 'html' },
Expand Down

0 comments on commit 2efda20

Please sign in to comment.