graphql-framework-experiment
graphql-framework-experiment copied to clipboard
fix: get around port collisions with a random port
closes #1326
- port workaround allows more performant parallel testing
- testing on CI environments should still utilize Jest’s
—runInBandflag
Deploy request for graphql-nexus pending review.
Review with commit fac447d6dd2f13c3e1b7d4c10c77e01753e86305
https://app.netlify.com/sites/graphql-nexus/deploys
I opted to do a little code structuring in the 'testing' folder so that it matches the structure of the 'plugin' folder. If that isn't wanted, I can close this PR and make a new one with this simpler branch.
Windows tests are flaky, re-running via force-push. :(