mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
f52031ecdf
This commit changes "deno test" to filter out stack frames if it is beneficial to the user. This is the case when there are stack frames coming from "internal" code below frames coming from user code. Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
21 lines
451 B
Text
21 lines
451 B
Text
Check [WILDCARD]/test/finally_timeout.ts
|
|
running 2 tests from ./test/finally_timeout.ts
|
|
error ... FAILED ([WILDCARD])
|
|
success ... ok ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
./test/finally_timeout.ts > error
|
|
Error: fail
|
|
throw new Error("fail");
|
|
^
|
|
at [WILDCARD]/test/finally_timeout.ts:4:11
|
|
|
|
failures:
|
|
|
|
./test/finally_timeout.ts
|
|
error
|
|
|
|
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
error: Test failed
|