You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am stuck on implementing the match method of EXPMatcher since it expects a boolean, but then we need to wait until the promise get resolved.
Would this kind of api be possible? Any kind of direction would be nice :)
Cheers,
The text was updated successfully, but these errors were encountered:
Context: I'm testing a Promise created using PromiseKit
What I have now:
which the lazy old me use as a macro
What I wanted (similar library in JS: https://github.com/domenic/chai-as-promised/):
Currently I am stuck on implementing the match method of EXPMatcher since it expects a boolean, but then we need to wait until the promise get resolved.
Would this kind of api be possible? Any kind of direction would be nice :)
Cheers,
The text was updated successfully, but these errors were encountered: