Reland "feat: add "unhandledrejection" event support" (#15211)

This commit is contained in:
Bartek Iwańczuk 2022-07-20 20:28:19 +02:00 committed by GitHub
parent 6e350b2b7c
commit d53936eb7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 249 additions and 19 deletions

View file

@ -2782,3 +2782,8 @@ itest!(followup_dyn_import_resolved {
args: "run --unstable --allow-read followup_dyn_import_resolves/main.ts",
output: "followup_dyn_import_resolves/main.ts.out",
});
itest!(unhandled_rejection {
args: "run --allow-read unhandled_rejection.js",
output: "unhandled_rejection.js.out",
});