Merge pull request #3646 from webpack/coverage/flanky

ingore flacky function from code coverage
This commit is contained in:
Tobias Koppers 2016-12-30 10:10:16 +01:00 committed by GitHub
commit d3bb9c4e10
1 changed files with 1 additions and 0 deletions

View File

@ -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;