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

1 Commits

Author SHA1 Message Date
xiaoju 524e00a0a6 fix(test): correct import path in resume-e2e integration test
CI / check (pull_request) Failing after 3m7s
The test file moved to __tests__/integration/ but the import path
was not updated from ../src/ to ../../src/.

小橘 🍊
2026-05-25 12:29:18 +00:00