better named tests and log local-docker params

pull/461/head
Frostebite 2022-09-21 16:55:50 +01:00
parent 0b6430870d
commit 97c2514907
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@ 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, '').replace(`GAMECI-${fullNameEqualValue}`, ''),
).not.toContain(fullNameEqualValue);
}
}
}, 10000000);