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
I have a project with vite + vitest + react TS.
I have installed the extension, but when I run the test command I didn't see the playground URL click on it and open it inside vscode.
I've tried runing in watch mode and filtering by file
npm run test:w
And also running the test directly to a file:
npm run test src/components/users/Users.test.tsx
Only works with CRA and Jest?
The text was updated successfully, but these errors were encountered:
I have a project with vite + vitest + react TS.
I have installed the extension, but when I run the test command I didn't see the playground URL click on it and open it inside vscode.
I've tried runing in watch mode and filtering by file
And also running the test directly to a file:
Only works with CRA and Jest?
The text was updated successfully, but these errors were encountered: