better named tests and log local-docker params

pull/461/head
Frostebite 2022-09-21 21:26:37 +01:00
parent b7ffed62bf
commit 77aec2b711
1 changed files with 0 additions and 2 deletions

View File

@ -79,9 +79,7 @@ describe('Cloud Runner Sync Environments', () => {
expect(newLinePurgedFile).toContain(`${element.name}`); expect(newLinePurgedFile).toContain(`${element.name}`);
CloudRunnerLogger.log(`Contains ${element.name}`); CloudRunnerLogger.log(`Contains ${element.name}`);
const fullNameEqualValue = `${element.name}=${element.value}`; const fullNameEqualValue = `${element.name}=${element.value}`;
const fullNamePrefixEqualValue = `GAMECI-${fullNameEqualValue}`;
expect(newLinePurgedFile).toContain(fullNameEqualValue); expect(newLinePurgedFile).toContain(fullNameEqualValue);
expect(newLinePurgedFile).toContain(fullNamePrefixEqualValue);
// should not contain more than once // should not contain more than once
// expect( // expect(