From ab728e9ccfff2d1ac6362b22b579b00120a39f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 9 May 2022 10:56:13 +0200 Subject: feat(test): change "failures:" headers in test report (#14490) --- cli/tests/testdata/compat/test_runner/cjs.out | 4 ++-- cli/tests/testdata/compat/test_runner/esm.out | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/compat/test_runner') 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] -- cgit v1.2.3