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/output_within.out
Bartek Iwańczuk d4ad2b809c
feat(test): repeat test name if there's user output (#14495)
This commit changes test report output to repeat test name
before printing result, but only if there's user output, denoted
by markers.
2022-05-09 13:25:04 +02:00

31 lines
556 B
Text

[WILDCARD]
running 1 test from ./test/steps/output_within.ts
description ...
------- output -------
1
----- output end -----
step 1 ...
------- output -------
2
----- output end -----
inner 1 ...
------- output -------
3
----- output end -----
inner 1 ... ok ([WILDCARD]ms)
inner 2 ...
------- output -------
4
----- output end -----
inner 2 ... ok ([WILDCARD]ms)
------- output -------
5
----- output end -----
step 1 ... ok ([WILDCARD]ms)
------- output -------
6
----- output end -----
description ... ok ([WILDCARD]ms)
[WILDCARD]