mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 07:08:50 +01:00
* fix: exclude the currently edited bookmark from duplicate checks * ci: Add comprehensive tests for BookmarkForm component - Introduced a new test suite for the BookmarkForm component to validate bookmark editing functionality. - Implemented tests for various scenarios including editing descriptions, renaming tags, and handling duplicate tags. - Ensured proper feedback through toasts for error cases and successful submissions. - Mocked necessary hooks and context to isolate component behavior during tests. --------- Co-authored-by: Danny Avila <danny@librechat.ai> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| BookmarkEditDialog.tsx | ||
| BookmarkForm.tsx | ||
| BookmarkItem.tsx | ||
| BookmarkItems.tsx | ||
| DeleteBookmarkButton.tsx | ||
| EditBookmarkButton.tsx | ||
| index.ts | ||