diff --git a/index.js b/index.js index 89dca75..19a7e2f 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,7 @@ class TestExclude { return glob .sync(globPatterns, globOptions) - .filter(file => this.shouldInstrument(path.resolve(cwd, file))); + // .filter(file => this.shouldInstrument(path.resolve(cwd, file))); } async glob(cwd = this.cwd) {