mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
271908dc94
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
19 lines
507 B
Plaintext
19 lines
507 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<HookStatusDisplay /> > matches SVG snapshot for single hook 1`] = `"Executing Hook: test-hook"`;
|
|
|
|
exports[`<HookStatusDisplay /> > should render a single executing hook 1`] = `
|
|
"Executing Hook: test-hook
|
|
"
|
|
`;
|
|
|
|
exports[`<HookStatusDisplay /> > should render multiple executing hooks 1`] = `
|
|
"Executing Hooks: h1, h2
|
|
"
|
|
`;
|
|
|
|
exports[`<HookStatusDisplay /> > should render sequential hook progress 1`] = `
|
|
"Executing Hook: step (1/3)
|
|
"
|
|
`;
|