summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/fail_fast.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-05-05 00:15:54 +0100
committerGitHub <noreply@github.com>2022-05-05 01:15:54 +0200
commitca134d25e1c281384a1a131c19d0574e7c8d30e8 (patch)
tree90ffc4b39fc131f50eebab74c53c5b2b64eba32f /cli/tests/testdata/test/fail_fast.out
parent6a21fe745acf44fb32c294a34314abf58cc43c30 (diff)
feat(test): Show Deno.test() call locations for failures (#14484)
Diffstat (limited to 'cli/tests/testdata/test/fail_fast.out')
-rw-r--r--cli/tests/testdata/test/fail_fast.out7
1 files changed, 3 insertions, 4 deletions
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])