mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 10:01:29 -07:00
docs: distribute package-specific GEMINI.md context to each package (#22734)
This commit is contained in:
16
packages/test-utils/GEMINI.md
Normal file
16
packages/test-utils/GEMINI.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user