Skip to content
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

test(mixed): add test for content prop, remove useless tests #2144

Merged
merged 9 commits into from
Oct 16, 2017

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Sep 29, 2017

Required by #1879.
Requires #2145.
Requires #2152.

What?

In #1364 we decided that each component that has children should also have content prop.

This PR:

@layershifter layershifter changed the title Tests/content test(mixed): add test for content prop, remove useless tests Sep 29, 2017
@codecov-io
Copy link

codecov-io commented Oct 2, 2017

Codecov Report

Merging #2144 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2144      +/-   ##
==========================================
+ Coverage   99.73%   99.73%   +<.01%     
==========================================
  Files         151      151              
  Lines        2611     2624      +13     
==========================================
+ Hits         2604     2617      +13     
  Misses          7        7
Impacted Files Coverage Δ
src/modules/Dropdown/DropdownItem.js 100% <ø> (ø) ⬆️
src/modules/Search/SearchResult.js 100% <ø> (ø) ⬆️
src/collections/Menu/MenuItem.js 100% <ø> (ø) ⬆️
src/elements/Reveal/RevealContent.js 100% <100%> (ø) ⬆️
src/elements/Button/ButtonGroup.js 100% <100%> (ø) ⬆️
src/views/Comment/CommentMetadata.js 100% <100%> (ø) ⬆️
src/modules/Dimmer/DimmerDimmable.js 100% <100%> (ø) ⬆️
src/elements/List/List.js 100% <100%> (ø) ⬆️
src/collections/Menu/MenuMenu.js 100% <100%> (ø) ⬆️
src/collections/Message/MessageContent.js 100% <100%> (ø) ⬆️
... and 42 more

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 bc417d9...27bcf7a. Read the comment docs.

Copy link
Member Author

@layershifter layershifter left a comment

Choose a reason for hiding this comment

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

It's ready, requires cleanup and rebase after #2145 and #2152 will be merged.

@levithomason
Copy link
Member

Unblocked, needs conflicts resolved.

…React into tests/content

# Conflicts:
#	src/elements/Step/StepContent.js
#	src/elements/Step/StepGroup.d.ts
#	src/elements/Step/StepGroup.js
#	test/specs/views/Stastistic/Statistic-test.js
#	test/specs/views/Stastistic/StatisticLabel-test.js
#	test/specs/views/Stastistic/StatisticValue-test.js
Copy link
Member Author

@layershifter layershifter left a comment

Choose a reason for hiding this comment

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

@levithomason I solved merge conflicts, ready for review 👍

@levithomason levithomason merged commit b9086d3 into master Oct 16, 2017
@levithomason levithomason deleted the tests/content branch October 16, 2017 00:33
@levithomason
Copy link
Member

Released in semantic-ui-react@0.75.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants