ExpressBrunchJade icon indicating copy to clipboard operation
ExpressBrunchJade copied to clipboard

Coverage with Blanket

Open naganowl opened this issue 11 years ago • 0 comments

I cloned the repo and upon running the Mocha tests in the browser, I noticed that the coverage counts are off.

https://github.com/jerfowler/ExpressBrunchJade/blob/master/test/lib/collection_test.coffee#L12 clearly triggers reset on the resetSilent() method, however in the generated app.cov.js file, it remains flagged for not being covered whether the test is commented or not.

I ran brunch build -P followed by brunch watch -s -P (-P is the new replacement for -o)

Is there something I'm missing?

naganowl avatar Jan 07 '14 20:01 naganowl