mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
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)
|
|
"
|
|
`;
|