Skip to content

Commit

Permalink
Update karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller authored Jan 26, 2024
1 parent 527219e commit f9f9dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nav-app/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ module.exports = function (config) {
coverageReporter: {
type: 'html',
dir: 'coverage/',
subdir: 'chrome',
file: 'index.html'
},
});
};

0 comments on commit f9f9dbd

Please sign in to comment.