mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
test(frontend): extend coverage for comfyui widgets and helpers
This commit is contained in:
12
scripts/app.js
Normal file
12
scripts/app.js
Normal 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;
|
||||
Reference in New Issue
Block a user