mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 08:31:14 -07:00
feat(core): Ensure all properties in hooks object are event names. (#16870)
This commit is contained in:
@@ -279,8 +279,8 @@ describe('HookSystem Integration', () => {
|
||||
],
|
||||
},
|
||||
],
|
||||
disabled: ['echo "disabled-hook"'], // Disable the second hook
|
||||
},
|
||||
disabledHooks: ['echo "disabled-hook"'], // Disable the second hook
|
||||
});
|
||||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user