fix(core): update
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as typedrequestInterfaces from '../ts/index';
|
||||
|
||||
interface IRequestSample extends typedrequestInterfaces.implementsTR<typedrequestInterfaces.ITypedRequest, IRequestSample> {
|
||||
method: 'hey';
|
||||
request: {};
|
||||
response: {};
|
||||
}
|
||||
|
||||
tap.test('first test', async () => {
|
||||
typedrequestInterfaces;
|
||||
});
|
||||
|
Reference in New Issue
Block a user