diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-18 15:22:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 15:22:23 +0200 |
| commit | f52031ecdf4520e6d404553691da193356e58691 (patch) | |
| tree | bdb928a550a77abc9a40180f985e8b0bbb0869cf /cli/tests/testdata/test/finally_timeout.out | |
| parent | 7919dc902d3664bb8600be884ec775f44fd37389 (diff) | |
feat(test): skip internal stack frames for errors (#14302)
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>
Diffstat (limited to 'cli/tests/testdata/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/testdata/test/finally_timeout.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/finally_timeout.out b/cli/tests/testdata/test/finally_timeout.out index 04a1c2775..7fd882670 100644 --- a/cli/tests/testdata/test/finally_timeout.out +++ b/cli/tests/testdata/test/finally_timeout.out @@ -10,7 +10,6 @@ Error: fail throw new Error("fail"); ^ at [WILDCARD]/test/finally_timeout.ts:4:11 - at [WILDCARD] failures: |
