Skip to content
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

Allow queryTransform to return a promise #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FDevman
Copy link

@FDevman FDevman commented Aug 29, 2019

It is already the case that queryTransform can return a promise for a RunnableQuery instead of a Runnable query but it was not in the type definition or covered in any test so I've added those two things.

Unfortunately I couldn't get the tests to run, I get the following error Error: Cannot find module 'superagent'. As far as I can tell, superagent is present in the node_modules after installing but there is no JS entry point. I'm not quite sure what is going on there. I therefore can't confirm whether the test I wrote passes. I can at least be fairly sure that I didn't break any other tests as all I changed is a type definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant