mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -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