fix(core): update
This commit is contained in:
parent
a7e6f548da
commit
0083c3c21e
@ -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();
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user