diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-18 18:58:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 18:58:13 +0200 |
| commit | 89c1ad030373c8317faab66c46ba279aca59a767 (patch) | |
| tree | f13f8ba8eac053e1ee595684a27195fe3e65c84d /cli/tests/testdata/test/uncaught_errors_1.ts | |
| parent | 45c49034a7ea20f27287cd8559ea050d8973bfae (diff) | |
fix: revert changes to test output for uncaught errors (#15231)
Diffstat (limited to 'cli/tests/testdata/test/uncaught_errors_1.ts')
| -rw-r--r-- | cli/tests/testdata/test/uncaught_errors_1.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/test/uncaught_errors_1.ts b/cli/tests/testdata/test/uncaught_errors_1.ts index 166b23ac3..ea3c557e4 100644 --- a/cli/tests/testdata/test/uncaught_errors_1.ts +++ b/cli/tests/testdata/test/uncaught_errors_1.ts @@ -3,7 +3,3 @@ Deno.test("foo 1", () => { }); Deno.test("foo 2", () => {}); - -Deno.test("foo 3", () => { - Promise.reject(new Error("foo 3 message")); -}); |
