node/test/fixtures/source-map/get-call-sites-mapped.js
Daijiro Wachi 3501b3e446
test: add tests for 3 methods in utils
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63765
Refs: https://app.codecov.io/gh/nodejs/node/blob/main/lib%2Futil.js
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
2026-06-14 07:01:35 +00:00

2 lines
161 B
JavaScript

const{getCallSites}=require('node:util');process.stdout.write(JSON.stringify(getCallSites({sourceMap:true})[0]));
//# sourceMappingURL=get-call-sites-mapped.map