interfaces/test/test.ts
2024-01-24 01:09:21 +01:00

9 lines
226 B
TypeScript

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();