smartmoney/test/test.ts

9 lines
193 B
TypeScript
Raw Permalink Normal View History

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