diff --git a/test/test.ts b/test/test.ts index 17f0858..5be658a 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as typedrequestInterfaces from '../ts/index'; tap.test('first test', async () => { - + typedrequestInterfaces; }); tap.start(); diff --git a/ts/index.ts b/ts/index.ts index c933b1d..5d8ce01 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,5 @@ -import * as plugins from './typedrequest-interfaces.plugins'; - export interface ITypedRequest { method: string; request: object; response: object; -} \ No newline at end of file +} diff --git a/ts/typedrequest-interfaces.plugins.ts b/ts/typedrequest-interfaces.plugins.ts deleted file mode 100644 index d00ae0c..0000000 --- a/ts/typedrequest-interfaces.plugins.ts +++ /dev/null @@ -1,4 +0,0 @@ -const removeme = {}; -export { - removeme -}