-
Notifications
You must be signed in to change notification settings - Fork 25
Unit test framework for local development along with Code coverage re… #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…port (Istanbul tool)
|
Deploy preview for helix-ui ready! Built with commit bcf6ac9 |
… ./coverage/lcov/index.html
CITguy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dev LGTM
.gitignore
Outdated
| _config.private.js | ||
|
|
||
| # Removing Coverage Reports folder created. | ||
| coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add .nyc_output/ to list of ignored files
catsiller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zoom lgtm
Unit test framework along with code coverage report generator using Istanbul tool.
JIRA: SURF-1440
LGTM's