-
Notifications
You must be signed in to change notification settings - Fork 1
chore: add remaining mongodb integration tests #105
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
Conversation
Pull Request Test Coverage Report for Build 14640870200Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, might need updates after #103
content: [ | ||
{ | ||
text: "No method provided. Expected one of the following: `aggregate`, `find`, or `count`", | ||
type: "text", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does isError: true,
not fit here? is it too destructive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also you can simply throw new Error("No method ...")
and handleError will kick in
09b74ec
to
b5b5edc
Compare
3bc4725
to
3d6113c
Compare
3d6113c
to
3ff3af0
Compare
Add final set of tests for updateMany, renameCollection, and explain.