diff options
Diffstat (limited to 'cli/tests/testdata/compat')
| -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] |
