Skip to content

Commit

Permalink
remove maxDepth test snapshots
Browse files Browse the repository at this point in the history
They're unnecessary, since we're already comparing to the unlimited
results, and the presence/absence of 'symlink' makes the test fail
on Windows CI.
  • Loading branch information
isaacs committed Mar 2, 2023
1 parent 95ffddf commit a2fb688
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
38 changes: 0 additions & 38 deletions tap-snapshots/test/max-depth.ts.test.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions test/max-depth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ t.test('set maxDepth', async t => {

const ssync = j(syncRes.map(p => p.relative()))
const sasync = j(asyncRes.map(p => p.relative()))
t.matchSnapshot(sasync, 'async results')
t.matchSnapshot(ssync, 'sync results')
t.same(ssync, expect, 'got all results sync')
t.same(sasync, expect, 'got all results async')
for (const p of syncRes) {
Expand Down

0 comments on commit a2fb688

Please sign in to comment.