Joan Vilà Cuñat

Results 4 issues of Joan Vilà Cuñat

Hi! I was making some changes to the repository to contribute but I ran into a problem. After doing the modifications I had in mind I ran the grunt command...

I'm following the readme to generate the coverage reports. I have a grunt task like this: ``` mochaTest: { test: {...}, coverage: {...} } ``` As it is in the...

Hi! Checking the docs I see that you can specify to run part of the tests specifying the test files or the test directories. However, it would be great if...

enhancement

I'm following the readme instructions in order to generate the reports, however, I'm getting this error when running the Grunt task. ``` mochacov: { options: { reporter: 'html-cov', require: ['should']...