Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

feat(tab-indicator): Convert JS to TypeScript #4391

Merged
merged 9 commits into from
Feb 12, 2019

Conversation

acdvorak
Copy link
Contributor

@acdvorak acdvorak commented Feb 9, 2019

Refs #4225

@codecov-io
Copy link

codecov-io commented Feb 9, 2019

Codecov Report

Merging #4391 into feat/typescript will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           feat/typescript    #4391      +/-   ##
===================================================
- Coverage            98.65%   98.65%   -0.01%     
===================================================
  Files                   94       94              
  Lines                 5965     5962       -3     
  Branches               801      803       +2     
===================================================
- Hits                  5885     5882       -3     
  Misses                  79       79              
  Partials                 1        1
Impacted Files Coverage Δ
packages/mdc-tab-indicator/fading-foundation.ts 100% <100%> (ø)
packages/mdc-tab-indicator/index.ts 100% <100%> (ø)
packages/mdc-tab-indicator/sliding-foundation.ts 100% <100%> (ø)
packages/mdc-tab-indicator/foundation.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 667aeee...f2a72b9. Read the comment docs.

@mdc-web-bot
Copy link
Collaborator

All 621 screenshot tests passed for commit b74c160 vs. feat/typescript! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 621 screenshot tests passed for commit 0274904 vs. feat/typescript! 💯🎉

@mdc-web-bot
Copy link
Collaborator

All 621 screenshot tests passed for commit a295e93 vs. feat/typescript! 💯🎉

packages/mdc-tab-indicator/index.ts Show resolved Hide resolved
packages/mdc-tab-indicator/index.ts Outdated Show resolved Hide resolved
@mdc-web-bot
Copy link
Collaborator

All 621 screenshot tests passed for commit 5002226 vs. feat/typescript! 💯🎉

@@ -56,7 +56,9 @@ test('#activate does not modify transform and does not transition if no client r
});

test(`#deactivate removes the ${MDCSlidingTabIndicatorFoundation.cssClasses.ACTIVE} class`, () => {
const {foundation, mockAdapter} = setupTest();
const foundation = new MDCSlidingTabIndicatorFoundation();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this test changed to use a real adapter with one mocked method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code coverage

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit e9d2014 vs. feat/typescript! 💯🎉

@acdvorak acdvorak dismissed kfranqueiro’s stale review February 12, 2019 04:16

Unit test change is necessary for Istanbul, and Matt LGTM'd

@mdc-web-bot
Copy link
Collaborator

All 624 screenshot tests passed for commit f2a72b9 vs. feat/typescript! 💯🎉

@acdvorak acdvorak merged commit 5f50d60 into feat/typescript Feb 12, 2019
@acdvorak acdvorak deleted the feat/typescript--tab-indicator branch February 12, 2019 04:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants