new version
This commit is contained in:
parent
dc5edfb4fc
commit
f8a06daee7
@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as typedrequestInterfaces from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
|
||||
typedrequestInterfaces;
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -1,7 +1,5 @@
|
||||
import * as plugins from './typedrequest-interfaces.plugins';
|
||||
|
||||
export interface ITypedRequest {
|
||||
method: string;
|
||||
request: object;
|
||||
response: object;
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
}
|
Loading…
Reference in New Issue
Block a user