Results 788 comments of Benjamin Gruenbaum

> We can in some point ignore if there are 0 steps, But we need to think what do to on test failure We should, and it also creates an...

Would it help if there was a full-length video showing integration + a demo or do you mean just the gif in mp4 format?

Hmm, Note that this was quite the fuss in the dotnet world a bit back https://github.com/dotnet/runtime/issues/21965

If you can guide me through this (set up goals and a format) I can work on this.

Ok, do we want to show the examples with a particular library in mind (other than sinon or lolex)? For example - in the context of testing async functions in...

I'd rather focus on writing an async test (for promises) and using fake timers - there are some interesting patterns based on promises waiting for a tick. I'd rather avoid...

Ok, I've set myself a goal to do this in the coming month - cheers.

How would that work with recursive dependencies?

> I never had a usecase where I needed a async service. I use Promise a lot but not on that level. Only where needed in methods or getter. Basically...