Skip to content

Commit 90fcbc1

Browse files
committed
ready for final team review - resolved issues and all 121 tests are passing
1 parent 1050c67 commit 90fcbc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/hooks/hookRegistry.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe('HookRegistry', () => {
5050
storage: mockStorage,
5151
getExtensions: vi.fn().mockReturnValue([]),
5252
getHooks: vi.fn().mockReturnValue({}),
53+
getDisabledHooks: vi.fn().mockReturnValue([]),
5354
} as unknown as Config;
5455

5556
hookRegistry = new HookRegistry(mockConfig);

0 commit comments

Comments
 (0)