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