smartcheck/test/test.ts
2019-03-02 23:10:32 +01:00

9 lines
193 B
TypeScript

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