We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8d5ac commit a7f33efCopy full SHA for a7f33ef
src/config_test.ts
@@ -172,13 +172,6 @@ describe('KubeConfig', () => {
172
});
173
174
175
- describe('loadFromString', () => {
176
- it('should throw with a bad version', () => {
177
- const kc = new KubeConfig();
178
- expect(() => kc.loadFromString('apiVersion: v2')).to.throw('unknown version: v2');
179
- });
180
181
-
182
describe('loadFromFile', () => {
183
it('should load the kubeconfig file properly', () => {
184
const kc = new KubeConfig();
0 commit comments