Do you want to request a _feature_ or report a _bug_?
What is the current behavior?
My tests pass sometimes and fail at other times.
This is my repo - https://github.com/yasserhussain1110/koa-graphql-jest
This is the specific test file - https://github.com/yasserhussain1110/koa-graphql-jest/blob/master/test/rest.test.js
I saw it mentioned in the docs that this can happen if you are not tearing down your database properly but I am resetting my database before each test still I face this issue.
If the current behavior is a bug, please provide the steps to reproduce and
either a repl.it demo through https://repl.it/languages/jest or a minimal
repository on GitHub that we can yarn install and yarn test.
clone - https://github.com/yasserhussain1110/koa-graphql-jest
and run the tests using
npm run test
What is the expected behavior?
Tests should always pass
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions. Thank you :)