From ca134d25e1c281384a1a131c19d0574e7c8d30e8 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 5 May 2022 00:15:54 +0100 Subject: feat(test): Show Deno.test() call locations for failures (#14484) --- cli/tests/testdata/test/finally_timeout.out | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/test/finally_timeout.out') diff --git a/cli/tests/testdata/test/finally_timeout.out b/cli/tests/testdata/test/finally_timeout.out index 7fd882670..f72dbce95 100644 --- a/cli/tests/testdata/test/finally_timeout.out +++ b/cli/tests/testdata/test/finally_timeout.out @@ -5,16 +5,15 @@ success ... ok ([WILDCARD]) failures: -./test/finally_timeout.ts > error -Error: fail +error => ./test/finally_timeout.ts:[WILDCARD] +error: Error: fail throw new Error("fail"); ^ at [WILDCARD]/test/finally_timeout.ts:4:11 failures: - ./test/finally_timeout.ts - error +error => ./test/finally_timeout.ts:[WILDCARD] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) -- cgit v1.2.3