import { expect, tap } from '@push.rocks/tapbundle'; import * as interfaces from '../ts/index.js'; tap.test('first test', async () => { interfaces; }); tap.start();