mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-18 21:22:18 +08:00
prettier
This commit is contained in:
parent
56ea81fd08
commit
ffc0477133
@ -39,7 +39,6 @@ const testNamespace = 'testNamespace'
|
||||
const defaultNamespace = 'default'
|
||||
const otherNamespace = 'otherns'
|
||||
describe('Kubectl class', () => {
|
||||
|
||||
describe('with a success exec return in testNamespace', () => {
|
||||
const kubectl = new Kubectl(kubectlPath, testNamespace)
|
||||
const execReturn = {exitCode: 0, stdout: 'Output', stderr: ''}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user