fix(core): update

This commit is contained in:
2020-07-04 14:50:24 +00:00
parent e91131b7ae
commit d73a144e8f
6 changed files with 3710 additions and 291 deletions

View File

@ -13,8 +13,8 @@ tap.test('should create a valid Handler', async () => {
public async checkReqirements() {
return {
allOk: true,
reason: ''
}
reason: '',
};
}
public async start() {}