typedrequest-interfaces/test/test.ts

9 lines
217 B
TypeScript
Raw Normal View History

2019-08-22 13:40:10 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequestInterfaces from '../ts/index';
tap.test('first test', async () => {
console.log(typedrequestInterfaces.standardExport);
});
tap.start();