// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[` > matches SVG snapshot for single hook 1`] = `"Executing Hook: test-hook"`;
exports[` > should render a single executing hook 1`] = `
"Executing Hook: test-hook
"
`;
exports[` > should render multiple executing hooks 1`] = `
"Executing Hooks: h1, h2
"
`;
exports[` > should render sequential hook progress 1`] = `
"Executing Hook: step (1/3)
"
`;