kubernetes/test/test.ts
2020-01-18 18:47:46 +00:00

11 lines
195 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as kubernetes from '../ts/index';
let testClient = kubernetes.KubeClient;
tap.test('first test', async () => {
});
tap.start();