Skip to content

Commit

Permalink
test: force tap to provide useful output
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 10, 2024
1 parent 7b897d1 commit 0840dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function testHelper(t, { options, args = [], label }) {
const sync = e.globSync(...args).sort();
const pr = (await e.glob(...args)).sort();

deepEqual(suyc, 'batman');
deepEqual(sync, 'batman');

// deepEqual(sync, pr, 'glob and globSync should find the same files');
deepEqual(sync, pr, 'glob and globSync should find the same files');
Expand Down

0 comments on commit 0840dd9

Please sign in to comment.