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