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 e7626cd commit f1ba0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ async function testHelper(t, { options, args = [], label }) {
const sync = e.globSync(...args).sort();
const pr = (await e.glob(...args)).sort();

deepEqual(sync, pr, 'glob and globSync should find the same files');
deepEqual(sync, pr, 'glob and globSync should find the same files');
t.matchSnapshot(sync, label);
}
Expand Down

0 comments on commit f1ba0f2

Please sign in to comment.