From 1a788b58a0e80c4504a0fdf5d47db41c46dc8d37 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 May 2024 19:51:51 -0400 Subject: chore: fix flaky rejection_handled_web_process (#23817) Closes https://github.com/denoland/deno/issues/23712 --- tests/testdata/node/rejection_handled_web_process.ts.out | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/testdata/node/rejection_handled_web_process.ts.out (limited to 'tests/testdata/node/rejection_handled_web_process.ts.out') diff --git a/tests/testdata/node/rejection_handled_web_process.ts.out b/tests/testdata/node/rejection_handled_web_process.ts.out deleted file mode 100644 index e6fefede2..000000000 --- a/tests/testdata/node/rejection_handled_web_process.ts.out +++ /dev/null @@ -1,6 +0,0 @@ -Hello world! -globalThis.addEventListener("unhandledrejection"); -Added catch handler to the promise -Web rejectionhandled -Node rejectionHandled -Success -- cgit v1.2.3