fix(core): update
This commit is contained in:
10
test/test.ts
10
test/test.ts
@ -10,6 +10,16 @@ tap.test('should create a valid Handler', async () => {
|
||||
let response: any;
|
||||
return response;
|
||||
}
|
||||
public async checkReqirements() {
|
||||
return {
|
||||
allOk: true,
|
||||
reason: ''
|
||||
}
|
||||
}
|
||||
|
||||
public async start() {}
|
||||
|
||||
public async stop() {}
|
||||
}
|
||||
|
||||
const myHandlerInstance = new MyHandler();
|
||||
|
Reference in New Issue
Block a user