hegemonic / catharsis

A JavaScript parser for Google Closure Compiler and JSDoc type expressions.
MIT License
54 stars 14 forks source link

Add code-coverage test #1

Open hegemonic opened 12 years ago

hegemonic commented 12 years ago

Catharsis' tests should include some really pathological type expressions, to make sure the grammar doesn't choke on them.

We should also make sure we're testing the parser thoroughly, possibly using node-jscoverage. Here's an example of how to support this.

hegemonic commented 11 years ago

I added many unit tests for 0.3.0, but we could still use a code-coverage test.