test(frontend): extend coverage for comfyui widgets and helpers

This commit is contained in:
pixelpaws
2025-09-25 15:32:25 +08:00
parent 6ba14bd8fe
commit 3baf93dcc5
7 changed files with 517 additions and 1 deletions

12
scripts/app.js Normal file
View File

@@ -0,0 +1,12 @@
export const app = {
canvas: { ds: { scale: 1 } },
extensionManager: {
toast: {
add: () => {},
},
},
registerExtension: () => {},
graphToPrompt: async () => ({ workflow: { nodes: new Map() } }),
};
export default app;