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
{{ message }}
This repository has been archived by the owner on May 23, 2022. It is now read-only.
I currently use Claire with mocha and for tests that need to be asynchronous I don't know the best way to do it. I actually have generally made the test non-quantified, which is too bad.
Perhaps something like this is the pattern?
it("blah blah blah", function(done) {
var values = ... // grab a bunch of values out of generator.next(100) ...
when.all(_(values).map(someAsyncPromiseTest)).then(done);
});
Just for reference of the sort of thing that would be nice to somehow support within Claire.
Yeah, I'm considering it. Will probably get on it once I've got shrinking working (which is my priority now).
Sorry for the lack of updates/late response though, I've been travelling for the past month and haven't been able to work on anything, once I get back home next week I'll get back to hacking on Claire :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: