dify/web/app/components/workflow/nodes/variable-assigner
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: add unit tests for various workflow components 2026-03-25 12:12:59 +08:00
components feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) 2025-12-31 11:13:22 +08:00
default.ts refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
hooks.ts chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
node.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
panel.tsx refactor(web): make Switch controlled-only and migrate call sites (#32399) 2026-02-18 23:47:07 +08:00
types.ts feat: workflow new nodes (#4683) 2024-05-27 21:57:08 +08:00
use-config.helpers.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-config.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-single-run-form-params.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
utils.ts feat: workflow new nodes (#4683) 2024-05-27 21:57:08 +08:00