Nick Wittland

Results 4 comments of Nick Wittland

Here is an example repo: https://github.com/netcoding87/vitest-clear-output You can easily compare the differences to jest runner and how jest is cleaning the output before rerun

Yes, I saw that option. But as mentioned from yourself it is not available in watch mode :( > It could override the pattern given at launch ? Hmm... That...

Any plans when this can be merged and released?

Second option works fine for me 👍 Example: ```tsx import { RouteObject, RouterProvider, createBrowserRouter, } from 'react-router-dom' const MyComponent = React.lazy(() => import('./MyComponent')) const routes: RouteObject[] = [ { element:...