Skip to content

Commit a2fb688

Browse files
committed
remove maxDepth test snapshots
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.
1 parent 95ffddf commit a2fb688

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

tap-snapshots/test/max-depth.ts.test.cjs

-38
This file was deleted.

test/max-depth.ts

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ t.test('set maxDepth', async t => {
3636

3737
const ssync = j(syncRes.map(p => p.relative()))
3838
const sasync = j(asyncRes.map(p => p.relative()))
39-
t.matchSnapshot(sasync, 'async results')
40-
t.matchSnapshot(ssync, 'sync results')
4139
t.same(ssync, expect, 'got all results sync')
4240
t.same(sasync, expect, 'got all results async')
4341
for (const p of syncRes) {

0 commit comments

Comments
 (0)