diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-09 10:56:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-09 10:56:13 +0200 |
| commit | ab728e9ccfff2d1ac6362b22b579b00120a39f67 (patch) | |
| tree | c7577ea32790d8814ade1431b927035da76df23a /cli/tests/testdata/test/finally_timeout.out | |
| parent | d0f5cd6a069e6a416e58b4ece456d134135b11d3 (diff) | |
feat(test): change "failures:" headers in test report (#14490)
Diffstat (limited to 'cli/tests/testdata/test/finally_timeout.out')
| -rw-r--r-- | cli/tests/testdata/test/finally_timeout.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/finally_timeout.out b/cli/tests/testdata/test/finally_timeout.out index f72dbce95..593b9059b 100644 --- a/cli/tests/testdata/test/finally_timeout.out +++ b/cli/tests/testdata/test/finally_timeout.out @@ -3,7 +3,7 @@ running 2 tests from ./test/finally_timeout.ts error ... FAILED ([WILDCARD]) success ... ok ([WILDCARD]) -failures: + ERRORS error => ./test/finally_timeout.ts:[WILDCARD] error: Error: fail @@ -11,7 +11,7 @@ error: Error: fail ^ at [WILDCARD]/test/finally_timeout.ts:4:11 -failures: + FAILURES error => ./test/finally_timeout.ts:[WILDCARD] |
