diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-09 13:25:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 13:25:04 +0200 |
| commit | d4ad2b809c62b59ee4c3767bf1ff096b30886bdb (patch) | |
| tree | ed7b36269d02e859f66272214ecb40164d0e55cc /cli/tests/testdata/test/pass.out | |
| parent | 23efc4fcab2ca3b8b47539a7fb1d904efc57eb7c (diff) | |
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.
Diffstat (limited to 'cli/tests/testdata/test/pass.out')
| -rw-r--r-- | cli/tests/testdata/test/pass.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/pass.out b/cli/tests/testdata/test/pass.out index bb76e083f..f91286d2d 100644 --- a/cli/tests/testdata/test/pass.out +++ b/cli/tests/testdata/test/pass.out @@ -9,6 +9,11 @@ test 5 ... ok ([WILDCARD]) test 6 ... ok ([WILDCARD]) test 7 ... ok ([WILDCARD]) test 8 ... ok ([WILDCARD]) +test 9 ... +------- output ------- +console.log +console.error +----- output end ----- test 9 ... ok ([WILDCARD]) test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) |
