cli/test/test.ts
2022-07-17 18:44:54 +02:00

9 lines
186 B
TypeScript

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