[CI] Update frontend test to new vitest scripts (#653)

- Ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/2779/
This commit is contained in:
filtered
2025-03-01 22:17:16 +11:00
committed by GitHub
parent b36bf3d4a2
commit 5f95dd1853

View File

@@ -81,8 +81,8 @@ jobs:
- name: Run UI tests
run: |
npm run test:generate
npm run test:jest -- --verbose
npm run test:component
npm run test:unit
working-directory: ComfyUI_frontend
- name: Install Playwright Browsers