diff options
| author | Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> | 2022-06-14 20:51:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-14 20:51:49 +0200 |
| commit | d4f609d8e7b8a9dd3a3a9d289936a4eb706c037f (patch) | |
| tree | ec7bd2c2cd0168dde2709ef86b3081f7d1965157 /cli/tests/testdata/compat | |
| parent | e1d488ab886ac19716e2b51c3ce1cebef163db8f (diff) | |
feat(test): update test summary report (#14629)
Diffstat (limited to 'cli/tests/testdata/compat')
6 files changed, 6 insertions, 6 deletions
diff --git a/cli/tests/testdata/compat/test_runner/cjs.out b/cli/tests/testdata/compat/test_runner/cjs.out index 84f506642..2e1e29e61 100644 --- a/cli/tests/testdata/compat/test_runner/cjs.out +++ b/cli/tests/testdata/compat/test_runner/cjs.out @@ -22,6 +22,6 @@ error: AssertionError: Values are not strictly equal: Failed assertion => ./compat/test_runner/cjs.js:[WILDCARD] -test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +FAILED | 1 passed | 1 failed ([WILDCARD]) error: Test failed diff --git a/cli/tests/testdata/compat/test_runner/esm.out b/cli/tests/testdata/compat/test_runner/esm.out index 9184228b7..e69573da1 100644 --- a/cli/tests/testdata/compat/test_runner/esm.out +++ b/cli/tests/testdata/compat/test_runner/esm.out @@ -22,6 +22,6 @@ error: AssertionError: Values are not strictly equal: Failed assertion => ./compat/test_runner/esm.mjs:[WILDCARD] -test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +FAILED | 1 passed | 1 failed ([WILDCARD]) error: Test failed diff --git a/cli/tests/testdata/compat/test_runner/top_level_assertion_cjs.out b/cli/tests/testdata/compat/test_runner/top_level_assertion_cjs.out index 007d654ab..f74853cfd 100644 --- a/cli/tests/testdata/compat/test_runner/top_level_assertion_cjs.out +++ b/cli/tests/testdata/compat/test_runner/top_level_assertion_cjs.out @@ -1,4 +1,4 @@ running 0 tests from [WILDCARD] -test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +ok | 0 passed | 0 failed ([WILDCARD]) diff --git a/cli/tests/testdata/compat/test_runner/top_level_assertion_esm.out b/cli/tests/testdata/compat/test_runner/top_level_assertion_esm.out index 007d654ab..f74853cfd 100644 --- a/cli/tests/testdata/compat/test_runner/top_level_assertion_esm.out +++ b/cli/tests/testdata/compat/test_runner/top_level_assertion_esm.out @@ -1,4 +1,4 @@ running 0 tests from [WILDCARD] -test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +ok | 0 passed | 0 failed ([WILDCARD]) diff --git a/cli/tests/testdata/compat/test_runner/top_level_fail_cjs.out b/cli/tests/testdata/compat/test_runner/top_level_fail_cjs.out index be3c1b93b..e1777d98a 100644 --- a/cli/tests/testdata/compat/test_runner/top_level_fail_cjs.out +++ b/cli/tests/testdata/compat/test_runner/top_level_fail_cjs.out @@ -22,6 +22,6 @@ It most likely originated from a dangling promise, event/timeout handler or top- ./compat/test_runner/top_level_fail_cjs.js (uncaught error) -test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +FAILED | 0 passed | 1 failed ([WILDCARD]) error: Test failed diff --git a/cli/tests/testdata/compat/test_runner/top_level_fail_esm.out b/cli/tests/testdata/compat/test_runner/top_level_fail_esm.out index b4b313208..d34de2c21 100644 --- a/cli/tests/testdata/compat/test_runner/top_level_fail_esm.out +++ b/cli/tests/testdata/compat/test_runner/top_level_fail_esm.out @@ -22,6 +22,6 @@ It most likely originated from a dangling promise, event/timeout handler or top- ./compat/test_runner/top_level_fail_esm.mjs (uncaught error) -test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) +FAILED | 0 passed | 1 failed ([WILDCARD]) error: Test failed |
