summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compat')
-rw-r--r--cli/tests/testdata/compat/test_runner/cjs.out2
-rw-r--r--cli/tests/testdata/compat/test_runner/esm.out2
-rw-r--r--cli/tests/testdata/compat/test_runner/top_level_assertion_cjs.out2
-rw-r--r--cli/tests/testdata/compat/test_runner/top_level_assertion_esm.out2
-rw-r--r--cli/tests/testdata/compat/test_runner/top_level_fail_cjs.out2
-rw-r--r--cli/tests/testdata/compat/test_runner/top_level_fail_esm.out2
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