mirror of https://github.com/webpack/webpack.git
Merge pull request #3646 from webpack/coverage/flanky
ingore flacky function from code coverage
This commit is contained in:
commit
d3bb9c4e10
|
|
@ -63,6 +63,7 @@ CachePlugin.prototype.apply = function(compiler) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* istanbul ignore next */
|
||||||
CachePlugin.prototype.applyMtime = function applyMtime(mtime) {
|
CachePlugin.prototype.applyMtime = function applyMtime(mtime) {
|
||||||
if(this.FS_ACCURENCY > 1 && mtime % 2 !== 0)
|
if(this.FS_ACCURENCY > 1 && mtime % 2 !== 0)
|
||||||
this.FS_ACCURENCY = 1;
|
this.FS_ACCURENCY = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue