fix: resolve circular dependency by removing comfyPageFixture re-export

- Remove comfyPageFixture re-export from ComfyPage.ts
- Update all test imports to use comfyPageFixture from its own file
- Update README.md example to show correct import path
- Fixes: comfyPageFixture → LocalhostComfyPage → ComfyPage circular import
This commit is contained in:
bymyself
2025-11-06 22:55:25 -07:00
parent c44c3088c0
commit 24be8d123b
69 changed files with 73 additions and 77 deletions

View File

@@ -1591,7 +1591,6 @@ export abstract class ComfyPage {
// Re-export shared constants and fixture
export { testComfySnapToGridGridSize } from './constants'
export { comfyPageFixture } from './comfyPageFixture'
const makeMatcher = function <T>(
getValue: (node: NodeReference) => Promise<T> | T,