fix(core): update
This commit is contained in:
@ -3,7 +3,6 @@ import * as sdk from '../ts/index';
|
||||
import { ISimpleRequest } from '@tsclass/tsclass/dist_ts/network';
|
||||
import { TypedRouter } from '@apiglobal/typedrequest';
|
||||
|
||||
|
||||
tap.test('should create a valid Handler', async () => {
|
||||
class MyHandler extends sdk.AAgHandler<any> {
|
||||
public slug: 'testapi';
|
||||
@ -23,8 +22,8 @@ tap.test('should create a valid Handler', async () => {
|
||||
public async checkRequirements(): Promise<sdk.IRequirementResult> {
|
||||
return {
|
||||
allOk: true,
|
||||
reason: ''
|
||||
}
|
||||
reason: '',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user