now a test failure looks like this: ```FAILED: The...
# failgood
c
now a test failure looks like this:
Copy code
FAILED:
The ContextTreeReporter > outputs empty root context: failed with ▼ Expect that ["* the test runner", "  * contexts can be nested", "    ✔ sub-contexts also contain tests (0.01ms)"]:
  ✗ contains exactly the elements ["* he test runner", "  * contexts can be nested", "    ✔ sub-contexts also contain tests (0.01ms)"]
    ✗ contains "* he test runner"
    ✓ contains "  * contexts can be nested"
    ✓ …at index 1
    ✓ contains "    ✔ sub-contexts also contain tests (0.01ms)"
    ✓ …at index 2
    ✗ contains no further elements
      found ["* the test runner"]
	at failfast.internal.ContextTreeReporterTest$context$1$2.invokeSuspend(ContextTreeReporterTest.kt:50)
	at failfast.internal.ContextTreeReporterTest$context$1.invokeSuspend(ContextTreeReporterTest.kt:37).
test: failfast.internal.ContextTreeReporterTest$context$1.invokeSuspend(ContextTreeReporterTest.kt:37)
43 tests. 1 failed. total time: total:392ms cpu:1408ms, load:359%