interfaces/test/test.ts
2021-11-07 03:22:46 +01:00

9 lines
222 B
TypeScript

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