Skip to content

Commit

Permalink
updated which coverage file was being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Dresser committed Dec 10, 2016
1 parent c34fa2b commit f9d7adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
@@ -1,6 +1,6 @@
// #docregion
const path = require('path');
const coverconfig = require('./coverconfig.json')
const coverconfig = require('./out/coverconfig.json')

module.exports = function(config) {

Expand Down

0 comments on commit f9d7adb

Please sign in to comment.