You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(replay): Use vitest run for replay test run (#14379)
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.
0 commit comments