fixed all tests

This commit is contained in:
Boki 2025-06-26 17:30:13 -04:00
parent 08f713d98b
commit bd26ecf3bc
11 changed files with 457 additions and 794 deletions

View file

@ -7,3 +7,5 @@ export {
ScheduledOperation,
Disabled,
} from './decorators/decorators';
export { createJobHandler } from './utils/create-job-handler';
export { autoRegisterHandlers, createAutoHandlerRegistry } from './registry/auto-register';