Skip to content

Commit

Permalink
add item output
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Jun 19, 2021
1 parent 94a214b commit 95d0bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/5.repo.commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async function repoTest(t, commondirInside: boolean) {
})
.then((dirItems: DirItem[]) => {
if (commondirInside) {
t.log(dirItems.map((value: DirItem) => value.absPath).join('\n'));
t.is(dirItems.length, 24, 'expect 24 items');
} else {
t.is(dirItems.length, 4, 'expect 3 items (foo + subdir + subdir/bar + .snow)');
Expand Down

0 comments on commit 95d0bea

Please sign in to comment.