Remove legacy slow jest tests (#2092)

This commit is contained in:
Chenlei Hu
2024-12-29 16:25:06 -05:00
committed by GitHub
parent 95a4623c37
commit 642094ead1
26 changed files with 4 additions and 2127 deletions

View File

@@ -471,8 +471,7 @@ navigate to `http://<server_ip>:5173` (e.g. `http://192.168.2.20:5173` here), to
- `git clone https://github.com/comfyanonymous/ComfyUI_examples.git` to `tests-ui/ComfyUI_examples` or the EXAMPLE_REPO_PATH location specified in .env
- `npm i` to install all dependencies
- `npm run test:generate` to fetch `tests-ui/data/object_info.json`
- `npm run test:generate:examples` to extract the example workflows
- `npm run test` to execute all unit tests.
- `npm run test:jest` to execute all unit tests.
### Component Test