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/steps/failing_steps.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/steps/failing_steps.out')
| -rw-r--r-- | cli/tests/testdata/test/steps/failing_steps.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/steps/failing_steps.out b/cli/tests/testdata/test/steps/failing_steps.out index a5fd9d74d..2095eda51 100644 --- a/cli/tests/testdata/test/steps/failing_steps.out +++ b/cli/tests/testdata/test/steps/failing_steps.out @@ -50,7 +50,6 @@ Error: Fail test. throw new Error("Fail test."); ^ at [WILDCARD]/failing_steps.ts:[WILDCARD] - at [WILDCARD] failures: |
