Skip to content

Commit

Permalink
ingore flacky function from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 30, 2016
1 parent dc0f4e5 commit 6b47e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CachePlugin.js
Expand Up @@ -63,6 +63,7 @@ CachePlugin.prototype.apply = function(compiler) {
}
};

/* istanbul ignore next */
CachePlugin.prototype.applyMtime = function applyMtime(mtime) {
if(this.FS_ACCURENCY > 1 && mtime % 2 !== 0)
this.FS_ACCURENCY = 1;
Expand Down

0 comments on commit 6b47e83

Please sign in to comment.