better named tests and log local-docker params
parent
97c2514907
commit
a4cfa9456e
|
|
@ -90,9 +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(
|
// expect(
|
||||||
newLinePurgedFile.replace(fullNameEqualValue, '').replace(`GAMECI-${fullNameEqualValue}`, ''),
|
// newLinePurgedFile.replace(fullNameEqualValue, '').replace(`GAMECI-${fullNameEqualValue}`, ''),
|
||||||
).not.toContain(fullNameEqualValue);
|
// ).not.toContain(fullNameEqualValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 10000000);
|
}, 10000000);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue