mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-22 03:51:22 -07:00
17 lines
509 B
Markdown
17 lines
509 B
Markdown
# Gemini CLI Test Utils (`@google/gemini-cli-test-utils`)
|
|
|
|
Shared test utilities used across the monorepo. This is a private package — not
|
|
published to npm.
|
|
|
|
## Key Modules
|
|
|
|
- `src/test-rig.ts`: The primary test rig for spinning up end-to-end CLI
|
|
sessions with mock responses.
|
|
- `src/file-system-test-helpers.ts`: Helpers for creating temporary file system
|
|
fixtures.
|
|
- `src/mock-utils.ts`: Common mock utilities.
|
|
|
|
## Usage
|
|
|
|
Import from `@google/gemini-cli-test-utils` in test files across the monorepo.
|