Frontmatter
| id | 9754 |
| title | Fix: Correct relative import paths for memory-core tests |
| state | Closed |
| labels | bugaitesting |
| assignees | tobiu |
| createdAt | Apr 7, 2026, 2:58 PM |
| updatedAt | Apr 7, 2026, 2:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9754 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2026, 2:58 PM |
Fix: Correct relative import paths for memory-core tests
Closedbugaitesting
Description
In #9753, the relative import paths for the source services were incorrectly minimized to
./instead of traversing back to the project root (../../../../../../../../ai/...). The test files are located intest/playwright/..., while the services are inai/.... The paths must traverse back 8 levels to the project root before descending into theaidirectory. This ticket resolves the pathing failure forTextEmbeddingService,DreamService,config.mjs, etc.