()
| 81 | } |
| 82 | |
| 83 | async function importEngine(): Promise<EngineModule> { |
| 84 | return (await import(ENGINE_MODULE)) as EngineModule; |
| 85 | } |
| 86 | |
| 87 | describe('HookEngine', () => { |
| 88 | it('fires a PreToolUse hook whose matcher regex matches the matcher value', async () => { |