Skip to content

Commit

Permalink
chore: fix karma path
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Sep 6, 2018
1 parent d294cb3 commit 1df3083
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ module.exports = function(config) {
clearContext: false, // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, 'coverage'),
dir: require('path').join(__dirname, '../coverage'),
reports: ['html', 'lcovonly'],
fixWebpackSourcePaths: true,
},
angularCli: {
environment: 'dev',
},
reporters: ['mocha', 'kjhtml'],
port: 9876,
colors: true,
Expand Down

0 comments on commit 1df3083

Please sign in to comment.