api/test/test.ts

9 lines
186 B
TypeScript

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