I plan to implement this in [tanstarter-monorepo](https://github.com/mugnavo/tanstarter-monorepo), but should we implement this here too? goals: - minimal - should be optional and can be ignored, or even removed easily (for MVPs and quick prototypes that don't need tests) - both focused unit tests and integrated e2e tests - components & utils - routes - server functions refs: - [Vitest](https://vitest.dev/) - [Playwright](https://playwright.dev/) - https://tanstack.com/router/latest/docs/framework/react/how-to/test-file-based-routing - https://github.com/eve0415/tanstack-router-testing - https://storybook.js.org/blog/storybook-for-tanstack-react/ - https://waldenperry.com/tanstack-server-function-testing/
I plan to implement this in tanstarter-monorepo, but should we implement this here too?
goals:
refs: