You can also just say
test.todo('Some test I still need to do')
The test runner will then have show a count of tests in a todo state:
Tests: 1 todo, 2 passed, 3 total
You can also just say
test.todo('Some test I still need to do')
The test runner will then have show a count of tests in a todo state:
Tests: 1 todo, 2 passed, 3 total