dify/web/app/components/workflow/nodes/human-input
CodingOnStar 3d10cf97f1 test: add unit tests for various workflow components
- Introduced new test files for CandidateNodeMain, CustomEdge, NodeContextmenu, PanelContextmenu, HelpLine, and several hooks.
- Each test file includes comprehensive tests to validate component rendering, interactions, and state management.
- Enhanced test coverage for dynamic test run options and data source configurations.
- Ensured proper mocking of dependencies to isolate component behavior during tests.
2026-03-25 12:12:59 +08:00
..
__tests__ test(workflow): add comprehensive hooks unit tests and refactor test infrastructure (Part 3) (#32958) 2026-03-04 17:24:50 +08:00
components test: add unit tests for various workflow components 2026-03-25 12:12:59 +08:00
hooks test: add unit tests for various workflow components 2026-03-25 12:12:59 +08:00
default.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
node.tsx feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
panel.tsx feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
types.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
utils.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00