removed some old code
This commit is contained in:
parent
bd26ecf3bc
commit
c5f6b37022
11 changed files with 1 additions and 767 deletions
|
|
@ -28,12 +28,6 @@ describe('Handlers Package Exports', () => {
|
|||
expect(typeof handlersExports.Disabled).toBe('function');
|
||||
});
|
||||
|
||||
it('should export auto-registration utilities', () => {
|
||||
expect(handlersExports.autoRegisterHandlers).toBeDefined();
|
||||
expect(handlersExports.createAutoHandlerRegistry).toBeDefined();
|
||||
expect(typeof handlersExports.autoRegisterHandlers).toBe('function');
|
||||
expect(typeof handlersExports.createAutoHandlerRegistry).toBe('function');
|
||||
});
|
||||
|
||||
it('should export types', () => {
|
||||
// Type tests - compile-time checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue