0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/test/steps
Bartek Iwańczuk 5f2d9a4a22
feat(test): use structured data for JavaScript errors in tests (#14287)
This commit rewrites test runner to send structured error data from JavaScript
to Rust instead of passing strings. This will allow to customize display of errors
in test report (which will be addressed in follow up commits).
2022-04-16 19:51:12 +02:00
..
failing_steps.out feat(test): use structured data for JavaScript errors in tests (#14287) 2022-04-16 19:51:12 +02:00
failing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
ignored_steps.out feat(test): Improve testing report output (#14255) 2022-04-11 18:27:17 +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): use structured data for JavaScript errors in tests (#14287) 2022-04-16 19:51:12 +02:00
invalid_usage.ts chore: fix flaky steps_invalid_usage tests (#12422) 2021-10-13 08:55:12 -04:00
output_within.out feat(test): format user code output (#14271) 2022-04-15 14:24:41 +02:00
output_within.ts feat(test): format user code output (#14271) 2022-04-15 14:24:41 +02:00
passing_steps.out feat(test): Improve testing report output (#14255) 2022-04-11 18:27:17 +02:00
passing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00