Files
ComfyUI_frontend/src
Glary-Bot 25d40db2aa refactor: split retry+diagnostics tests, drop redundant useRemoteCombo return interface
- Split retryAndDiagnostics.test.ts into retry.test.ts + diagnostics.test.ts so each test file mirrors its source file
- Add explicit ERR_CANCELED test case in retry.test.ts
- Drop UseRemoteComboResult interface — useRemoteCombo has a single caller, inferring the return shape removes redundant type definition (per @christian-byrne)
2026-05-21 23:13:16 +00:00
..