Testing Mocks

Create and structure mocks for tests using createMock, vi.mock, and NestJS DI patterns. USE WHEN writing unit or integration tests with mocked dependencies, when asked about mocking services or repositories, or when setting up test environments with injected dependencies.

jimmypaolini Updated

File contents

jimmypaolini/codebase/tree/main/.agents/skills/testing-mocks commit 93318b1b19

Frequently asked questions

npx skillmds@latest add jimmypaolini/testing-mocks