test(engine): fix moved skill resolver fixture import - #3328
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe workflow step executor test updates its skill-resolver import to use the relocated ChangesSkill resolver import relocation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the CE workflow-step executor test fixture to load the skill resolver from its new cli-runtime/skill-resolver.js path, keeping the runtime import specifier consistent with existing type-only imports in the engine codebase.
Changes:
- Update the
vi.importActual(...)runtime specifier from../skill-resolver.jsto../cli-runtime/skill-resolver.jsin the CE workflow-step executor test. - Align the runtime import path with the type import path used elsewhere (
../cli-runtime/skill-resolver.js).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9017dd8 to
eddca9b
Compare
eddca9b to
61df9a8
Compare
Summary
cli-runtime/skill-resolver.jspathTest plan
pnpm --filter @fusion/engine exec vitest run --project=engine-default src/__tests__/ce-workflow-step-executor.test.ts --silent=passed-only --reporter=dot --maxWorkers=1 --no-file-parallelism(52 passed)pnpm --filter @fusion/engine typecheckpnpm check:changesetsSummary by CodeRabbit