Add extractSubagentIds unit tests#330
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Closes #327
Summary
__tests__/lib/extract-subagent-ids.test.tsforextractSubagentIds.toolUseResult, and empty input.Verification
bun run test:runfailed initially becausebunwas not available on PATH in this Windows environment.C:\Users\14692\Documents\Codex\2026-05-09\pr-3-agent-pr-issue-10\work\.tools\bun-windows-x64\bun.exe install --frozen-lockfilepassed after installing portable Bun 1.3.13 under the task workspace.C:\Users\14692\Documents\Codex\2026-05-09\pr-3-agent-pr-issue-10\work\.tools\bun-windows-x64\bun.exe run test:runfailed on existing Windows path/environment-sensitive tests: 10 failed files, 65 failed tests, 62 passed files, 1519 passed tests.C:\Users\14692\Documents\Codex\2026-05-09\pr-3-agent-pr-issue-10\work\.tools\bun-windows-x64\bun.exe run test:run __tests__/lib/extract-subagent-ids.test.tspassed: 1 file, 6 tests.