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
Showing
tests-ui/.gitignore
0 → 100644
tests-ui/babel.config.json
0 → 100644
tests-ui/globalSetup.js
0 → 100644
tests-ui/jest.config.js
0 → 100644
tests-ui/package-lock.json
0 → 100644
This diff is collapsed.
tests-ui/package.json
0 → 100644
tests-ui/setup.js
0 → 100644
tests-ui/utils/ezgraph.js
0 → 100644
tests-ui/utils/index.js
0 → 100644
tests-ui/utils/litegraph.js
0 → 100644
tests-ui/utils/nopProxy.js
0 → 100644
tests-ui/utils/setup.js
0 → 100644
Please register or sign in to comment