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