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