grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted
Trigger
- mock.module conversion
- vitest to bun migration
Required Procedure
- grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted
Forbidden Shortcuts
- (none recorded)
Delegation Template
When delegating a task affected by this skill, include:
SKILLS: file:.opencode/skills/generated/grep-for-mock-module-across-the-entire-test-file-and-confirm-eve/SKILL.md
Reviewer Checks
- grep --include='*.test.ts' 'mock.module' and verify each call spreads real exports
Test Engineer Checks
- Add or update tests covering the trigger condition and the forbidden shortcut.