We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ffddf commit a2fb688Copy full SHA for a2fb688
2 files changed
tap-snapshots/test/max-depth.ts.test.cjs
test/max-depth.ts
@@ -36,8 +36,6 @@ t.test('set maxDepth', async t => {
36
37
const ssync = j(syncRes.map(p => p.relative()))
38
const sasync = j(asyncRes.map(p => p.relative()))
39
- t.matchSnapshot(sasync, 'async results')
40
- t.matchSnapshot(ssync, 'sync results')
41
t.same(ssync, expect, 'got all results sync')
42
t.same(sasync, expect, 'got all results async')
43
for (const p of syncRes) {
0 commit comments