-
Notifications
You must be signed in to change notification settings - Fork 41
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
Adds tests for SELECT modifier #71
Conversation
As a side note, given balderdashy/waterline#997 we probably should add |
All tests passing, this one is ready merge! @devinivy, mind giving this a look? |
Looks good! Brings up a question– if you Also, does it make more sense to use |
I believe waterline ignores
I'm not familiar with |
@devinivy, I've added the function |
Awesome! I'd say merge away! I was getting confused with the Chai assertion library. |
Adds tests for SELECT modifier
Fair enough, merged, and thanks for the feedback! 😉 |
As mentioned in https://github.com/balderdashy/waterline/issues/366#issuecomment-102396946 this PR adds tests for the SELECT modifier.
Unfortunately, as happened previously on PR #53 sails-mongo is blocking this from being merged as it breaks the tests: https://travis-ci.org/balderdashy/waterline-adapter-tests/jobs/62718504#L545.
Remaining task: