Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running jest runs the two test suites in parallel. If both try to run a server on port 3000, only one of them will succeed and supply files for both, however when that suite finishes first, it will take down the server and leave the other one hanging. Fix this by running the servers on different ports.
- Loading branch information