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