Logo
Explore Help
Register Sign In
zlei6/ComfyUI
1
0
Fork 0
You've already forked ComfyUI
mirror of https://github.com/Comfy-Org/ComfyUI.git synced 2026-08-12 21:04:11 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
fcfd2bdf8a4fcc57ed842685bb3bfd39b6505e42
ComfyUI/tests-ui/utils/nopProxy.js

7 lines
128 B
JavaScript
Raw Normal View History

Unit tests + widget input fixes (#1760) * setup ui unit tests * Refactoring, adding connections * Few tweaks * Fix type * Add general test * Refactored and extended test * move to describe * for groups * Add test for converted widgets on missing nodes + fix crash * tidy * mores tests + refactor * throw earlier to get less confusing error * support outputs * more test * add ci action * use lts node * Fix? * Prevent connecting non matching combos * update * accidently removed npm i * Disable logging extension * added step to generate object_info * fix python * install python * install deps * fix cwd? * logging * Fix double resolve * create dir * update pkg
2023-10-21 03:49:04 +01:00
export const nop = new Proxy(function () {}, {
get: () => nop,
set: () => true,
apply: () => nop,
construct: () => nop,
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1335ms Template: 51ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API