deno/cli/tests/testdata/test/unhandled_rejection.ts

3 lines
74 B
TypeScript

new Promise((_resolve, reject) => {
reject(new Error("rejection"));
});