When running tests for the monorepo locally, replay tests can hang/may not resolve because we run them in watch mode by default. You can still use yarn test:watch if you want watch mode anyhow. We use vitest run everywhere else we have vitest already.
View the top 1 failed tests by shortest run time
>
> ```python
> client-app-routing-instrumentation.test.ts Creates a navigation transaction for app router routes
> ```
>
> Stack Traces | 30s run time
>
> >
> > ```python
> > client-app-routing-instrumentation.test.ts:19:5 Creates a navigation transaction for app router routes
> > ```
>
>
When running tests for the monorepo locally, replay tests can hang/may not resolve because we run them in watch mode by default. You can still use
yarn test:watch
if you want watch mode anyhow. We usevitest run
everywhere else we have vitest already.