Skip to content

Commit

Permalink
When storage.min.js does not work coverageReporter
Browse files Browse the repository at this point in the history
  • Loading branch information
archangel-irk committed Nov 14, 2014
1 parent 619bb6d commit f44ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function (grunt) {
// source files, that you wanna generate coverage for
// do not include tests or libraries
// (these files will be instrumented by Istanbul)
'./storage.min.js': ['coverage']
'./storage.js': ['coverage']
},
// coverage reporter generates the coverage
reporters: [
Expand Down

0 comments on commit f44ffb4

Please sign in to comment.