LearnNewsExamplesServices
Frontmatter
id9754
titleFix: Correct relative import paths for memory-core tests
stateClosed
labels
bugaitesting
assigneestobiu
createdAtApr 7, 2026, 2:58 PM
updatedAtApr 7, 2026, 2:58 PM
githubUrlhttps://github.com/neomjs/neo/issues/9754
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 7, 2026, 2:58 PM

Fix: Correct relative import paths for memory-core tests

Closedbugaitesting
tobiu
tobiu commented on Apr 7, 2026, 2:58 PM

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 in test/playwright/..., while the services are in ai/.... The paths must traverse back 8 levels to the project root before descending into the ai directory. This ticket resolves the pathing failure for TextEmbeddingService, DreamService, config.mjs, etc.

tobiu added the bug label on Apr 7, 2026, 2:58 PM
tobiu added the ai label on Apr 7, 2026, 2:58 PM
tobiu added the testing label on Apr 7, 2026, 2:58 PM
tobiu referenced in commit 6e1cfb7 - "fix: correct relative import paths for memory-core tests (#9754)" on Apr 7, 2026, 2:58 PM
tobiu assigned to @tobiu on Apr 7, 2026, 2:58 PM
tobiu closed this issue on Apr 7, 2026, 2:58 PM