ora/test/test.ts
2020-06-20 13:56:04 +00:00

9 lines
179 B
TypeScript

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