Remote CLI logging improvements
parent
ca05fe71e1
commit
3ff1a4faa3
|
|
@ -32,7 +32,7 @@ describe('Cloud Runner', () => {
|
||||||
const inputKeys = Object.getOwnPropertyNames(Input);
|
const inputKeys = Object.getOwnPropertyNames(Input);
|
||||||
for (const element of inputKeys) {
|
for (const element of inputKeys) {
|
||||||
if (Input[element] !== undefined && typeof Input[element] != 'function') {
|
if (Input[element] !== undefined && typeof Input[element] != 'function') {
|
||||||
expect(file.replace(/\s+/g, '').replace(new RegExp(`[Cloud-Runner-Agent]`, 'g'), 'replace')).toContain(
|
expect(file.replace(/\s+/g, '').replace(new RegExp(`[Cloud-Runner-Agent]`, 'g'), '')).toContain(
|
||||||
`${element}=${Input[element].toString().replace(/\s+/g, '')}`,
|
`${element}=${Input[element].toString().replace(/\s+/g, '')}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue