# Grep For Mock Module Across The Entire Test File And Confirm Eve

> grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted

- Skill: `zaxbyhub/grep-for-mock-module-across-the-entire-test-file-and-confirm` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zaxbyhub/grep-for-mock-module-across-the-entire-test-file-and-confirm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/grep-for-mock-module-across-the-entire-test-file-and-confirm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/grep-for-mock-module-across-the-entire-test-file-and-confirm

---


<!-- generated by opencode-swarm skill-generator. Do not edit by hand; edits will be preserved on regeneration only with controlled update mode. -->

# 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.

