interfaces/test/test.ts

9 lines
226 B
TypeScript
Raw Permalink Normal View History

2024-01-24 00:09:21 +00:00
import { expect, tap } from '@push.rocks/tapbundle';
import * as interfaces from '../ts/index.js';
2021-11-07 02:22:46 +00:00
tap.test('first test', async () => {
let test: interfaces.requests.IRequest_InformAboutNewContainerImage;
});
tap.start();