fix(core): update

This commit is contained in:
2020-01-18 18:47:46 +00:00
parent 1eb2bb042e
commit 201d611881
4 changed files with 17 additions and 2 deletions

View File

@ -1,8 +1,10 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as kubernetes from '../ts/index';
let testClient = kubernetes.KubeClient;
tap.test('first test', async () => {
console.log(kubernetes.standardExport);
});
tap.start();