-
Notifications
You must be signed in to change notification settings - Fork 142
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
TypeScript typing thenResolve takes variable args #258
Conversation
Build failure was erroneous. Restarted. @duluca will merge if you approve change |
Merged #260, changed test.ts. I figure if the spread case is covered the one-arg case is covered? |
@miyu I concur |
Stupid Q: does |
I'm using |
Sure enough. I added some tests for this to ensure I don't break you in #263 |
For consistency with thenReturn - no changes to library necessary.