smartocr/test/test.ts

9 lines
189 B
TypeScript
Raw Normal View History

2021-11-28 22:15:14 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartocr from '../ts/index';
tap.test('first test', async () => {
console.log(smartocr.standardExport);
});
tap.start();