fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-22 15:41:49 +02:00
parent a7e6f548da
commit 0083c3c21e
2 changed files with 1 additions and 4 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 () => {
console.log(typedrequestInterfaces.standardExport);
}); });
tap.start(); tap.start();

View File

@ -1,8 +1,5 @@
import * as plugins from './typedrequest-interfaces.plugins'; import * as plugins from './typedrequest-interfaces.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export interface ITypedRequest { export interface ITypedRequest {
method: string; method: string;
request: object; request: object;