Results 5 comments of Aaron Vanderpoel

I'm running into a related problem. I'm not getting the "sham getter" issue, but I am getting different snapshot results when I use --coverage vs. not use it. I just...

> That seems like an issue with whatever `--coverage` is, since coverage tools often need to transform code in order to record coverage - it seems entirely unrelated to this...

At a cursory glance, this can be fixed by adding "return this;" in the end of the then(function() {}) blocks.

I was able to test a curried selector-function by using `matchers` instead of `select` directly. I guess in your example it would be like this.. ``` import * as matchers...

I'm running into this too. It's very hard to figure out what timed out. In my case a `spawn` was being called, but I didn't really care and just need...