1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/testdata/test/steps
Bartek Iwańczuk f52031ecdf
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>
2022-04-18 15:22:23 +02:00
..
failing_steps.out feat(test): skip internal stack frames for errors (#14302) 2022-04-18 15:22:23 +02:00
failing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
ignored_steps.out fix(cli/tools/test): Prefix test module paths with "./" (#14301) 2022-04-16 21:51:55 +02:00
ignored_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
invalid_usage.out feat(test): skip internal stack frames for errors (#14302) 2022-04-18 15:22:23 +02:00
invalid_usage.ts chore: fix flaky steps_invalid_usage tests (#12422) 2021-10-13 08:55:12 -04:00
output_within.out fix(cli/tools/test): Prefix test module paths with "./" (#14301) 2022-04-16 21:51:55 +02:00
output_within.ts feat(test): format user code output (#14271) 2022-04-15 14:24:41 +02:00
passing_steps.out fix(cli/tools/test): Prefix test module paths with "./" (#14301) 2022-04-16 21:51:55 +02:00
passing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00