Allen
Allen
@dander401 I don't do any markdown editing with links. Can you suggest a change and test it out? I would definitely accept a pull request that adds support.
@wookimiii Sorry I missed this. Can you confirm it is still working? If so I am more than happy to merge it.
@wookimiii @orenklein Just checking in again to see if you can confirm if this change still works for you.
It would be very useful if this was packaged in npm to simplify tracking versions and pulling into projects.
@jerico-dev This is excellent work. I was just looking for how to do this myself. Thanks for sharing this with the community. It would be great to see this pulled...
Recently converted to Jest, and this is the only thing missing from my old Karma / jasmine setup. Not having coverage is a pain point for interactive test development. Being...
I was able to get everything working fine by simply starting jest with watchAll. Then if I want to see the coverage for a single test I just use 'p'...