diff --git a/integration_tests/__tests__/__snapshots__/console-test.js.snap b/integration_tests/__tests__/__snapshots__/console-test.js.snap index b77c53ee3df4..94a29070e387 100644 --- a/integration_tests/__tests__/__snapshots__/console-test.js.snap +++ b/integration_tests/__tests__/__snapshots__/console-test.js.snap @@ -11,8 +11,17 @@ exports[`test console printing 1`] = ` console.error __tests__/console-test.js:17 This is an error message. -Test Summary - › Ran all tests." + +" +`; + +exports[`test console printing 2`] = ` +"Test Suites: 1 passed, 1 total +Tests: 1 passed, 1 total +Snapshots: 0 passed, 0 total +Time: <> +Ran all tests. +" `; exports[`test console printing with --verbose 1`] = ` @@ -30,3 +39,19 @@ exports[`test console printing with --verbose 1`] = ` " `; + +exports[`test console printing with --verbose 2`] = ` +" PASS __tests__/console-test.js + ✓ works just fine + +" +`; + +exports[`test console printing with --verbose 3`] = ` +"Test Suites: 1 passed, 1 total +Tests: 1 passed, 1 total +Snapshots: 0 passed, 0 total +Time: <> +Ran all tests. +" +`; diff --git a/integration_tests/__tests__/__snapshots__/coverage_report-test.js.snap b/integration_tests/__tests__/__snapshots__/coverage_report-test.js.snap index 601d0ca929d2..be7ffbb37388 100644 --- a/integration_tests/__tests__/__snapshots__/coverage_report-test.js.snap +++ b/integration_tests/__tests__/__snapshots__/coverage_report-test.js.snap @@ -9,14 +9,12 @@ All files | 100 | 100 | 100 | 100 | | `; exports[`test json reporter printing with --coverage 1`] = ` -"Coverage Summary (add \"text\" to the \"coverageReporters\" setting to receive a full report) - › Statements: 100% - › Branches: 100% - › Lines: 100% - › Functions: 100% - -Test Summary - › Ran all tests." +"Test Suites: 1 failed, 0 passed, 1 total +Tests: 1 failed, 1 passed, 2 total +Snapshots: 0 passed, 0 total +Time: <> +Ran all tests. +" `; exports[`test outputs coverage report 1`] = ` diff --git a/integration_tests/__tests__/__snapshots__/failures-test.js.snap b/integration_tests/__tests__/__snapshots__/failures-test.js.snap index d1df7ab3edf2..a5071f00b32a 100644 --- a/integration_tests/__tests__/__snapshots__/failures-test.js.snap +++ b/integration_tests/__tests__/__snapshots__/failures-test.js.snap @@ -1,37 +1,52 @@ exports[`test throwing not Error objects 1`] = ` -" FAIL __tests__/throw-number-test.js +Object { + "rest": " FAIL __tests__/throw-number-test.js ● Test suite failed to run Expected an Error, but \"1\" was thrown -Test Summary - › Ran all tests matching \"throw-number-test.js\". - › 1 test suite failed, 0 tests passed (0 total in 1 test suite,