Skip to content

Commit 6b47e83

Browse files
authored
ingore flacky function from code coverage
1 parent dc0f4e5 commit 6b47e83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/CachePlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ CachePlugin.prototype.apply = function(compiler) {
6363
}
6464
};
6565

66+
/* istanbul ignore next */
6667
CachePlugin.prototype.applyMtime = function applyMtime(mtime) {
6768
if(this.FS_ACCURENCY > 1 && mtime % 2 !== 0)
6869
this.FS_ACCURENCY = 1;

0 commit comments

Comments
 (0)