smartreport/test/test.ts

9 lines
195 B
TypeScript
Raw Permalink Normal View History

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