Frontmatter
| id | 9753 |
| title | Refactor: Move memory-core tests to accurate server path |
| state | Closed |
| labels | QAairefactoring |
| assignees | tobiu |
| createdAt | Apr 7, 2026, 2:54 PM |
| updatedAt | Apr 7, 2026, 2:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9753 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2026, 2:56 PM |
Refactor: Move memory-core tests to accurate server path
ClosedQAairefactoring

tobiu
Apr 7, 2026, 2:56 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ Successfully moved both test files to
test/playwright/unit/ai/mcp/server/memory-core/services/usinggit mv.Relative paths have been adjusted. For deeper standard roots (
srcandsetup.mjs), paths were extended by../../. For local intra-service imports (e.g.,TextEmbeddingService.mjsandconfig.mjs), the deep nested directories were simplified to local./resolution.Changes have been syntax checked and pushed upstream. Closing issue.
tobiu assigned to @tobiu on Apr 7, 2026, 2:56 PM
tobiu closed this issue on Apr 7, 2026, 2:56 PM
tobiu cross-referenced by #9754 on Apr 7, 2026, 2:58 PM
Description
The
memory-corePlaywright test files (DreamServiceGoldenPath.spec.mjsandSessionSummarization.spec.mjs) are currently located in the incorrecttest/playwright/unit/ai/mcp/memory-coredirectory. Since they test the MCP Server logic and services, they must be housed intest/playwright/unit/ai/mcp/server/memory-core/services. This ticket tracks moving these files viagit mv, cleaning up the stale directory, and mapping their relative path offsets to be two directories deeper (../../).