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/fail_fast.out | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/test/fail_fast.out') diff --git a/cli/tests/testdata/test/fail_fast.out b/cli/tests/testdata/test/fail_fast.out index 47c380bcf..75630072b 100644 --- a/cli/tests/testdata/test/fail_fast.out +++ b/cli/tests/testdata/test/fail_fast.out @@ -4,16 +4,15 @@ test 1 ... FAILED ([WILDCARD]) failures: -./test/fail_fast.ts > test 1 -Error +test 1 => ./test/fail_fast.ts:[WILDCARD] +error: Error throw new Error(); ^ at [WILDCARD]/test/fail_fast.ts:2:9 failures: - ./test/fail_fast.ts - test 1 +test 1 => ./test/fail_fast.ts:[WILDCARD] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) -- cgit v1.2.3