diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-05-05 00:15:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 01:15:54 +0200 |
| commit | ca134d25e1c281384a1a131c19d0574e7c8d30e8 (patch) | |
| tree | 90ffc4b39fc131f50eebab74c53c5b2b64eba32f /cli/tests/testdata/test/finally_timeout.out | |
| parent | 6a21fe745acf44fb32c294a34314abf58cc43c30 (diff) | |
feat(test): Show Deno.test() call locations for failures (#14484)
Diffstat (limited to 'cli/tests/testdata/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/testdata/test/finally_timeout.out | 7 |
1 files changed, 3 insertions, 4 deletions
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]) |
