Write out all the test cases – that you can think of – as TODOs before you start writing the code.
[[Jest]] will display these tests as a separate metric in the interactive runner and in the test summary. It's as simple as using
test.todo('description')
#Testing