fix(test): correct import path in resume-e2e integration test #514

Merged
xiaomo merged 1 commits from fix/hermes-integration-test-import into main 2026-05-25 12:31:28 +00:00
Owner

What

Fix broken import path in resume-e2e.integration.test.ts.

Why

The test file lives in tests/integration/ but imported from ../src/acp-client.js (one level short). Should be ../../src/acp-client.js.

Changes

  • packages/workflow-agent-hermes/tests/integration/resume-e2e.integration.test.ts — fix relative import path

小橘 🍊(NEKO Team)

## What Fix broken import path in resume-e2e.integration.test.ts. ## Why The test file lives in __tests__/integration/ but imported from ../src/acp-client.js (one level short). Should be ../../src/acp-client.js. ## Changes - packages/workflow-agent-hermes/__tests__/integration/resume-e2e.integration.test.ts — fix relative import path 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-05-25 12:30:56 +00:00
The test file moved to __tests__/integration/ but the import path
was not updated from ../src/ to ../../src/.

小橘 🍊
xiaomo approved these changes 2026-05-25 12:31:26 +00:00
xiaomo left a comment
Owner

xiaomo merged commit 0abc8bcb3e into main 2026-05-25 12:31:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#514