Add unit tests for useChatStore and createCustomStorage functions in the chat context. (#5441)

Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
This commit is contained in:
gru-agent[bot]
2025-08-13 14:56:15 +08:00
committed by GitHub
parent ad550f4444
commit dfef662ba7
2 changed files with 256 additions and 0 deletions

View File

@@ -143,3 +143,5 @@ export const useChatStore = create<State>()(
)
)
);
export { createCustomStorage };