smartmarkdown/test/test.ts
2018-09-22 21:58:33 +02:00

9 lines
199 B
TypeScript

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