api/test/test.ts

9 lines
186 B
TypeScript
Raw Permalink Normal View History

2022-07-17 00:38:15 +00:00
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as uplapi from '../ts/index.js';
tap.test('first test', async () => {
console.log(uplapi);
});
tap.start();