Passes
In a TestCase, ChitChat will actually return a value if your test succeeded or not. This can be used for executing code if you test succeeded, or executing another test if it succeeded. This can be used like this:
Since our test succeeded, it prints Our test succeeded, wahoo!
! You don't have to put a console.log
there, but that was the example. You can put whatever you want!