fix(testing): fix flaky test (#19625)
This commit is contained in:
parent
dbd084df5f
commit
a71eb1bea7
@ -160,6 +160,7 @@ describe('env vars', () => {
|
||||
async () => {
|
||||
// ensure ports are free before running tests
|
||||
await killPort(4200);
|
||||
await killPort(4201);
|
||||
|
||||
const ngAppName = uniq('ng-app');
|
||||
runCLI(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user