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