-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add comprehensive unit tests for all functions to ensure reliability and maintainability.
The tests should mock the node-appwrite SDK to avoid real API calls and verify that each function:
- Calls the correct Appwrite methods with expected parameters.
- Returns the correct values on success.
- Handles and propagates errors properly.
Use Jest for testing, and include both positive and negative scenarios for full coverage.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request