diff --git a/test/test.ts b/test/test.ts index 191b292..17f0858 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 () => { - console.log(typedrequestInterfaces.standardExport); + }); tap.start(); diff --git a/ts/index.ts b/ts/index.ts index f2af175..c933b1d 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,8 +1,5 @@ import * as plugins from './typedrequest-interfaces.plugins'; -export let standardExport = 'Hi there! :) This is an exported string'; - - export interface ITypedRequest { method: string; request: object;