mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
Beta UI by pythongosssss (#70)
* PR1 * PR2 * pr3 * Fix * Revert 3909 * Ignore/fix type errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @ts-check
|
||||
// @ts-nocheck
|
||||
/// <reference path="../../src/types/litegraph.d.ts" />
|
||||
|
||||
/**
|
||||
|
||||
@@ -82,6 +82,7 @@ export function mockApi(config: APIConfig = {}) {
|
||||
storeUserData: jest.fn((file, data) => {
|
||||
userData[file] = data;
|
||||
}),
|
||||
listUserData: jest.fn(() => []),
|
||||
};
|
||||
jest.mock("../../src/scripts/api", () => ({
|
||||
get api() {
|
||||
|
||||
Reference in New Issue
Block a user