import { tap, expect } from '@pushrocks/tapbundle'; tap.test('should run a test', async () => { console.log('hi there'); }); tap.start();