MCPcopy Create free account
hub / github.com/nodejs/node / stdout

Function stdout

test/parallel/test-snapshot-stack-trace-limit.js:24–28  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

matchMethod · 0.65
matchAllMethod · 0.65

Tested by

no test coverage detected