VoidZero @voidzero.dev · Jan 28

Did you know? In Vitest, a test without a callback function is automatically marked as `todo` and skipped. This is great for scaffolding out your test suite before you (or your LLM) write the actual tests, maybe even *before* the actual functionality is implemented 🙌🏻

48 likes 2 replies

?

Replies

Julian · Jan 28

// TODO leave comment explaining how neat this is

Olivierk3z · Jan 28

TDD