Comfy-Org / Comfy-Org/ComfyUI_frontend
[devex] Vitest processes never exit
Open
area:testing
developer experience
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 699
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 490
Description
`nx run test` (via `pnpm test:unit`) is causing vitest to run indefinitely. This attempts to consume about 4GB RAM per process on macOS.
This would make sense if it were being run in watch mode (i.e. no `--run` arg).
I generally find out something is wrong after I get 8+ of them, and my 24GB MacBook throws a slow-motion tantrum.
┆Issue is synchronized with this [Notion page](https://www.notion.so/Issue-5932-devex-Vitest-processes-never-exit-2846d73d3650818993a1dfdee6bff5d4) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.