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
To run the tests in watch mode, you can use the following command:
17
+
18
+
```bash
19
+
pnpm test:watch
20
+
```
21
+
22
+
This spawns two vitest processes and you can interact with them in the terminal. However, input is passed to the processes in sequence making it tricky to use.
23
+
24
+
To get a standard vitest interface, you can run the tests separately:
0 commit comments