1import test from 'node:test'; 2 3test('extraneous async activity test', () => { 4 setImmediate(() => { throw new Error(); }); 5}); 6