(output)
| 22 | cwd: tmpdir.path |
| 23 | }, { |
| 24 | stdout(output) { |
| 25 | assert.match(output, /During snapshot building, Error\.stackTraceLimit = 50/); |
| 26 | const matches = [...output.matchAll(/at recurse/g)]; |
| 27 | assert.strictEqual(matches.length, 30); |
| 28 | } |
| 29 | }); |
| 30 | } |
| 31 |