mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 16:16:38 +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.