Replying to @dan_abramov

@dan_abramov Ah, right, these tests run in
isolated instances.

I have that solved in another project where I randomly generate unprivileged
ports: 1024 + Math.round(Math.random() * (65535 - 1024))

Thu, 30 Apr 2020 16:00:00 UTC1

1 reply