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