Parallel testing a GraphQL server with Jest and MongoDB
May 13, 2018
This is a follow-up to the awesome post written by Sibelius Seraphini: Testing a GraphQL server using Jest Previously here at Entria , we were running our tests using the --runInBand flag, which makes Jest work serially, running one test after the other. This was needed because we were creating…