Test Coverage #8
Labels
No labels
bug
duplicate
enhancement
help wanted
in progress
invalid
question
ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lewismoten/tic-tac-toe#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Had some luck with blanket.js working with jasmine. There were problems where lines of code that were hit were not showing up as if they had been.
You should take a look at using karma to run your tests. It makes adding Istanbul code coverage really easy. It also automates the whole process of opening whatever browsers you want to test in and loading up your tests and source files. Check it out: http://karma-runner.github.io/0.12/index.html
Thanks @phillipskevin . I'll take a look at it.