mirror of
https://github.com/langgenius/dify.git
synced 2026-03-02 14:26:40 +08:00
Migrate test files from manual store mocks to real stores with global zustand mock auto-reset between tests. Use store.setState() to set test state and check store state directly or use spies for assertions.