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