Skip to content

Commit

Permalink
test: observe new glob behaviour on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 10, 2024
1 parent 266b7c8 commit 79611a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 79611a4

Please sign in to comment.