summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/uncaught_errors_1.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-07-18 18:58:13 +0200
committerGitHub <noreply@github.com>2022-07-18 18:58:13 +0200
commit89c1ad030373c8317faab66c46ba279aca59a767 (patch)
treef13f8ba8eac053e1ee595684a27195fe3e65c84d /cli/tests/testdata/test/uncaught_errors_1.ts
parent45c49034a7ea20f27287cd8559ea050d8973bfae (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.ts4
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"));
-});