smartreport/test/test.ts
2019-12-08 20:19:13 +00:00

9 lines
195 B
TypeScript

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