Skip to content

Commit

Permalink
fix: fix view config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 1, 2020
1 parent 74884b0 commit 1d7f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ledge-view/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/ledge-vew'),
dir: require('path').join(__dirname, '../../coverage/ledge-view'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true,
},
Expand Down

0 comments on commit 1d7f840

Please sign in to comment.