- Updated item assertions in `storage-adapter-coverage.test.ts` to locate items within search results instead of strictly checking the first result, allowing for variations in embedding similarity calculations. - Improved test descriptions for clarity and added comments to explain adjusted validation logic. **fix(vector-operations): ensure explicit use of memory storage** - Updated `vector-operations.test.ts` to explicitly use memory storage with the `forceMemoryStorage` option to avoid potential issues with FileSystemStorage. - Revised similarity assertions in text-based tests for better robustness, ensuring expected relationships even when values are equal. **chore(api-integration): cleanup and standardize formatting** - Standardized formatting across `api-integration.test.ts`: - Removed unnecessary trailing spaces. - Improved readability of chained method calls and multi-line objects. - Enhanced comments for search and insertion endpoints to increase maintainability. |
||
|---|---|---|
| .. | ||
| mocks | ||
| api-integration.test.ts | ||
| core.test.ts | ||
| database-operations.test.ts | ||
| dimension-standardization.test.ts | ||
| edge-cases.test.ts | ||
| environment.browser.test.ts | ||
| environment.node.test.ts | ||
| error-handling.test.ts | ||
| json-search-test.js | ||
| multi-environment.test.ts | ||
| opfs-storage.test.ts | ||
| package-size-breakdown.test.ts | ||
| package-size-limit.test.ts | ||
| performance.test.ts | ||
| s3-storage.test.ts | ||
| setup.ts | ||
| specialized-scenarios.test.ts | ||
| statistics-storage.test.ts | ||
| statistics.test.ts | ||
| storage-adapter-coverage.test.ts | ||
| storage-adapters.test.ts | ||
| tensorflow-patch.test.ts | ||
| test-matrix.md | ||
| type-utils.test.ts | ||
| vector-operations.test.ts | ||