mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +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.