removed old tests, created new ones and format
This commit is contained in:
parent
7579afa3c3
commit
b03231b849
57 changed files with 4092 additions and 5901 deletions
|
|
@ -4,11 +4,7 @@
|
|||
*/
|
||||
|
||||
import type { JobHandler, ScheduledJob } from '@stock-bot/types';
|
||||
import type {
|
||||
HandlerConfiguration,
|
||||
HandlerMetadata,
|
||||
RegistryStats,
|
||||
} from './types';
|
||||
import type { HandlerConfiguration, HandlerMetadata, RegistryStats } from './types';
|
||||
|
||||
export class HandlerRegistry {
|
||||
private handlers = new Map<string, HandlerMetadata>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue