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

zaxbyhub Updated

File contents

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.

zaxbyhub/opencode-swarm/tree/main/.opencode/skills/generated/grep-for-mock-module-across-the-entire-test-file-and-confirm-eve commit 658fad5138

Frequently asked questions

npx skillmds@latest add zaxbyhub/grep-for-mock-module-across-the-entire-test-file-and-confirm