better named tests and log local-docker params
parent
6de6e1e1a2
commit
0b6430870d
|
|
@ -90,7 +90,7 @@ describe('Cloud Runner Sync Environments', () => {
|
|||
expect(newLinePurgedFile).toContain(fullNameEqualValue);
|
||||
|
||||
// should not contain more than once
|
||||
expect(newLinePurgedFile.replace('fullNameEqualValue', '')).not.toContain(fullNameEqualValue);
|
||||
expect(newLinePurgedFile.replace(fullNameEqualValue, '')).not.toContain(fullNameEqualValue);
|
||||
}
|
||||
}
|
||||
}, 10000000);
|
||||
|
|
|
|||
Loading…
Reference in New Issue