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/compat/test_runner | |
| parent | d0f5cd6a069e6a416e58b4ece456d134135b11d3 (diff) | |
feat(test): change "failures:" headers in test report (#14490)
Diffstat (limited to 'cli/tests/testdata/compat/test_runner')
| -rw-r--r-- | cli/tests/testdata/compat/test_runner/cjs.out | 4 | ||||
| -rw-r--r-- | cli/tests/testdata/compat/test_runner/esm.out | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/testdata/compat/test_runner/cjs.out b/cli/tests/testdata/compat/test_runner/cjs.out index 918a06b1a..84f506642 100644 --- a/cli/tests/testdata/compat/test_runner/cjs.out +++ b/cli/tests/testdata/compat/test_runner/cjs.out @@ -2,7 +2,7 @@ running 2 tests from ./compat/test_runner/cjs.js Correct assertion ... ok ([WILDCARD]) Failed assertion ... FAILED ([WILDCARD]) -failures: + ERRORS Failed assertion => ./compat/test_runner/cjs.js:[WILDCARD] error: AssertionError: Values are not strictly equal: @@ -18,7 +18,7 @@ error: AssertionError: Values are not strictly equal: ^ [WILDCARD] -failures: + FAILURES Failed assertion => ./compat/test_runner/cjs.js:[WILDCARD] diff --git a/cli/tests/testdata/compat/test_runner/esm.out b/cli/tests/testdata/compat/test_runner/esm.out index 7660a3d2a..9184228b7 100644 --- a/cli/tests/testdata/compat/test_runner/esm.out +++ b/cli/tests/testdata/compat/test_runner/esm.out @@ -2,7 +2,7 @@ running 2 tests from ./compat/test_runner/esm.mjs Correct assertion ... ok ([WILDCARD]) Failed assertion ... FAILED ([WILDCARD]) -failures: + ERRORS Failed assertion => ./compat/test_runner/esm.mjs:[WILDCARD] error: AssertionError: Values are not strictly equal: @@ -18,7 +18,7 @@ error: AssertionError: Values are not strictly equal: ^ [WILDCARD] -failures: + FAILURES Failed assertion => ./compat/test_runner/esm.mjs:[WILDCARD] |
