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