-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Measure Unit Test Coverage #3385
Comments
One thing, but might not be preferable as p5.js is already built up on mocha.
|
I want to join as a contributor, I have a basic understanding of Jest and writing Unit Test Cases. Please let me know your thoughts. |
I started working on this and am hitting a number of unexpected bumps to completing it. (Currently, I am fighting with instrumenting the code and uglifyjs's syntax parsing limitations.) Will update as things progress! 🚀 |
Hi @outofambit, I was hoping this can be completed before writing more unit tests. I would like to help with this. |
been researching this and why the standard https://github.com/tandrewnichols/grunt-simple-nyc doesn't seem to work for us. i will have to do something similar to the approach described in this tutorial: https://www.engineyard.com/blog/measuring-clientside-javascript-test-coverage-with-istanbul |
Instrument the unit test suite so we can see which parts of the codebase are well tested and which need more coverage.
Some relevant libraries and services that might work for this:
The text was updated successfully, but these errors were encountered: