From efe0a0fc12326310af08d153ae14b52b0a340259 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 13 Jun 2024 17:27:11 -0400 Subject: [PATCH] nit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1d7ce5..233c4a2c 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,7 @@ in ComfyUI's front-end code. ## Test -- Run `npm run test` to execute all unit tests. +- `cd tests-ui` +- `npm i` to install all test dependencies +- `npm run test:generate` to fetch `data/object_info.json` +- `npm run test` to execute all unit tests.