-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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.