-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
refactor(checkbox): Add Jasmine test for checkbox foundation. #5299
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5299 +/- ##
=========================================
- Coverage 98.63% 98.3% -0.33%
=========================================
Files 122 162 +40
Lines 6000 6311 +311
Branches 772 866 +94
=========================================
+ Hits 5918 6204 +286
- Misses 81 106 +25
Partials 1 1
Continue to review full report at Codecov.
|
All 731 screenshot tests passed for commit 89fd463 vs. |
All 731 screenshot tests passed for commit e8fe73d vs. |
All 731 screenshot tests passed for commit 37977e3 vs. |
All 731 screenshot tests passed for commit f1accc0 vs. |
All 731 screenshot tests passed for commit 4997bd0 vs. |
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.
LGTM!
All 731 screenshot tests passed for commit 18e505a vs. |
All 731 screenshot tests passed for commit 43b81f4 vs. |
All 731 screenshot tests passed for commit e67d884 vs. |
All 731 screenshot tests passed for commit 032a1ba vs. |
All 731 screenshot tests passed for commit feb7d1d vs. |
All 731 screenshot tests passed for commit 6c08dca vs. |
All 731 screenshot tests passed for commit 6929207 vs. |
All 731 screenshot tests passed for commit 406d532 vs. |
All 731 screenshot tests passed for commit 7d2631d vs. |
All 731 screenshot tests passed for commit ef328ba vs. |
npm run test:jasmineunit
runs Karma/Jasmine unit tests,npm run test:mochaunit
runs Karma/Mocha unit tests, andnpm run test:unit
runs both.karma-typescript
/istanbul
. Thresholds are lowered for now since Jasmine tests do not cover component tests, which were increasing the coverage percentage.