Matt Ma

Results 11 comments of Matt Ma

@fengmk2 Is there an alternative code coverage tool which could run generators?

@alex-seville I actually run Blanket to test my server side application. It works for me when I use Node/Express.js server side javascript testing via [gulp-blanket-mocha](https://github.com/dylanb/gulp-blanket-mocha). Here is the Gulp code....

Any suggestions from the maintainers of the project? Thanks

@ianwremmel it won't work in my case because I am using 'underscore' but point to the lodash script. So I only have one name to work with. @adambiggs This is...

@ebryn Is there an ETA for this feature? Thanks

Thanks. I think that you need to tweak the RegExp in Grammar to add supports on [\'\"]. Well, implementation should be more complex than it. Thanks!

Yes. I agree. ExpectStream would have always call `cb()` to pass the control back to `through2`. Calling `done()` before `cb()` is totally a hack. We are doing two separated logic...

OK. It is time to write some UNIT tests. Ha Ha Ha...

I have not forgotten about this, just have been busy working on several other things. I will get back with it soon.