We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f1dde commit efe0a0fCopy full SHA for efe0a0f
README.md
@@ -23,4 +23,7 @@ in ComfyUI's front-end code.
23
24
## Test
25
26
-- Run `npm run test` to execute all unit tests.
+- `cd tests-ui`
27
+- `npm i` to install all test dependencies
28
+- `npm run test:generate` to fetch `data/object_info.json`
29
+- `npm run test` to execute all unit tests.
0 commit comments