Skip to content

Commit

Permalink
Test: Dramatically increase coverage of choice parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Slayer95 committed Jun 16, 2016
1 parent b242e86 commit e69d9dc
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -51,6 +51,7 @@
"devDependencies": {
"eslint": "^2.8.0",
"mocha": "^2.4.5",
"mock-fs": "^3.8.0"
"mock-fs": "^3.8.0",
"fuzzur": "0.1.2"
}
}

2 comments on commit e69d9dc

@kotarou3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tried running instanbul or something to see the % code coverage? I'm curious how much we have, and how much to go...

@Slayer95
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No... I am not willing to do it to check just a single function...

Please sign in to comment.