-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test coverage #62
Comments
Options currently not covered by tests:
logFunction can't be tested yet because it doesn't actually do anything as long as logging PR isn't merged in graphql-js (graphql/graphql-js#402) |
In addition, the following should be done:
|
Merged
trevor-scheer
pushed a commit
that referenced
this issue
May 6, 2020
trevor-scheer
pushed a commit
that referenced
this issue
May 14, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should make sure all significant logic is covered by tests. Right now the line coverage is close to 100%, but it seems some features aren't tested.
The text was updated successfully, but these errors were encountered: