new version

This commit is contained in:
Philipp Kunz 2019-08-23 16:57:45 +02:00
parent dc5edfb4fc
commit f8a06daee7
3 changed files with 2 additions and 8 deletions

View File

@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequestInterfaces from '../ts/index'; import * as typedrequestInterfaces from '../ts/index';
tap.test('first test', async () => { tap.test('first test', async () => {
typedrequestInterfaces;
}); });
tap.start(); tap.start();

View File

@ -1,7 +1,5 @@
import * as plugins from './typedrequest-interfaces.plugins';
export interface ITypedRequest { export interface ITypedRequest {
method: string; method: string;
request: object; request: object;
response: object; response: object;
} }

View File

@ -1,4 +0,0 @@
const removeme = {};
export {
removeme
}