It would be nice to have `test.todo()` annotation to mark tests to be implemented later 🙏🏻 The same as Vitest has: https://vitest.dev/api/#test-todo --- Note that's it's semantically different from `test.fixme()` and it should be shown in the report.
It would be nice to have
test.todo()annotation to mark tests to be implemented later 🙏🏻The same as Vitest has: https://vitest.dev/api/#test-todo
Note that's it's semantically different from
test.fixme()and it should be shown in the report.