smartocr/test/test.ts
2021-11-28 23:15:14 +01:00

9 lines
189 B
TypeScript

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