portablefinance/test/test.ts
2019-05-23 17:37:13 +02:00

9 lines
207 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as finplusInterfaces from '../ts/index';
tap.test('first test', async () => {
console.log(finplusInterfaces.standardExport);
});
tap.start();