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