Skip to content

Commit

Permalink
build: does minimatch 6 break things
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 10, 2024
1 parent 81397cd commit 60b52d2
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 21 deletions.
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
132 changes: 113 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@istanbuljs/schema": "^0.1.2",
"glob": "^10.4.1",
"minimatch": "^9.0.4"
"minimatch": "^6.2.0"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down

0 comments on commit 60b52d2

Please sign in to comment.