smartdocumentation/test/test.ts
2022-06-10 14:14:00 +02:00

9 lines
210 B
TypeScript

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