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

chore: refactor tests for shorthands to use mount() #4342

Merged
merged 3 commits into from
Feb 18, 2022

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Feb 18, 2022

This PR refactors tests for shorthands use mount() from Enzyme.

This is mainly a requirement for #4338. And extracted from there to better understand coverage issues happened in that PR.

Comment on lines +538 to +540
MemoFlag.defaultProps = {
as: 'i',
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This is really strange change that is required for "how Enzyme works". It does not affect functionality, so it's okay.

@codecov-commenter
Copy link

Codecov Report

Merging #4342 (5563ada) into next-v3 (b5b130f) will decrease coverage by 2.47%.
The diff coverage is 100.00%.

❗ Current head 5563ada differs from pull request most recent head 550818a. Consider uploading reports for the commit 550818a to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           next-v3    #4342      +/-   ##
===========================================
- Coverage    99.51%   97.03%   -2.48%     
===========================================
  Files          186      186              
  Lines         3478     3478              
===========================================
- Hits          3461     3375      -86     
- Misses          17      103      +86     
Impacted Files Coverage Δ
src/elements/Flag/Flag.js 100.00% <100.00%> (ø)
src/elements/Icon/Icon.js 100.00% <100.00%> (ø)
src/modules/Transition/utils/childMapping.js 20.00% <0.00%> (-80.00%) ⬇️
src/modules/Transition/TransitionGroup.js 52.50% <0.00%> (-47.50%) ⬇️
src/modules/Sticky/Sticky.js 68.75% <0.00%> (-25.90%) ⬇️
src/modules/Transition/utils/computeStatuses.js 78.12% <0.00%> (-21.88%) ⬇️
src/modules/Tab/Tab.js 90.00% <0.00%> (-10.00%) ⬇️
src/views/Card/Card.js 90.47% <0.00%> (-9.53%) ⬇️
src/views/Statistic/StatisticGroup.js 92.30% <0.00%> (-7.70%) ⬇️
src/views/Card/CardGroup.js 93.33% <0.00%> (-6.67%) ⬇️
... and 4 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 b5b130f...550818a. Read the comment docs.

@layershifter layershifter marked this pull request as ready for review February 18, 2022 11:15
@layershifter layershifter merged commit 7698eed into next-v3 Feb 18, 2022
@layershifter layershifter deleted the chore/shorthands-tests-to-mount branch February 18, 2022 11:16
layershifter added a commit that referenced this pull request Feb 18, 2022
* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount
layershifter added a commit that referenced this pull request Apr 22, 2022
* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount
layershifter added a commit that referenced this pull request Jun 21, 2022
* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount
layershifter added a commit that referenced this pull request Dec 12, 2022
* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount
layershifter added a commit that referenced this pull request Dec 13, 2022
* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount
levithomason pushed a commit that referenced this pull request Feb 28, 2023
* chore: remove .state() assertions in tests (#4232)

* Ember: remove .state() usage in Enzyme

* AccordionAccordion: remove .state() usage in Enzyme

* Checkbox: remove .state() usage in Enzyme

* TransitionablePortal: remove .state() usage in Enzyme

* Transition: remove .state() usage in Enzyme

* Dropdown: remove .state() usage in Enzyme

* chore(Image): use React.forwardRef() (#4234)

* chore(Placeholder): use React.forwardRef() (#4236)

* chore(Header): use React.forwardRef() (#4237)

* chore(Segment): use React.forwardRef() (#4238)

* chore(Table): use React.forwardRef() (#4239)

* chore(Table): use React.forwardRef()

* fix naming

* chore(Step): use React.forwardRef() (#4240)

* chore: disable ESLint rule for function names (#4241)

* chore(Comment): use React.forwardRef() (#4242)

* chore(Comment): use React.forwardRef()

* fix displayName

* fix tests

* chore(Card): use React.forwardRef() (#4243)

* chore(Feed): use React.forwardRef() (#4244)

* chore(Statistic): use React.forwardRef() (#4245)

* chore(Item): use React.forwardRef() (#4247)

* chore(Container|Divider|Loader|Rail): use React.forwardRef() (#4248)

* chore(Accordion): use React.forwardRef() (#4249)

* chore(Advertisement|Breadcrumb): use React.forwardRef() (#4250)

* chore(Message): use React.forwardRef() (#4251)

* chore(Label|List): use React.forwardRef() (#4252)

* chore(Menu): use React.forwardRef() (#4254)

* chore(Pagination): use React.forwardRef() (#4255)

* chore(Button): use React.forwardRef() (#4256)

* chore(Modal|Portal|Popup): use React.forwardRef() (#4253)

* chore(Modal|Portal): use React.forwardRef()

* remove redundant statics

* migrate Popup

* chore(Rating|Reveal): use React.forwardRef() (#4258)

* chore(Dimmer|Grid|Sidebar): use React.forwardRef() (#4260)

* chore(Modal*|Popup*): use React.forwardRef() (#4261)

* chore(Confirm|Checkbox|Embed|Radio|TextArea): use React.forwardRef() (#4262)

* chore(Flag|Icon|ImageGroup): use React.forwardRef() (#4264)

* chore(Tab): use React.forwardRef() (#4265)

* chore(TransitionGroup): use React.forwardRef() (#4266)

* chore(Input): use React.forwardRef() (#4267)

* chore(Sticky): use React.forwardRef() (#4263)

* chore(TransitionablePortal): convert to be functional component (#4269)

* chore(Search*): use React.forwardRef() (#4270)

* chore(Dropdown*): use React.forwardRef() (#4273)

* chore(Dropdown*): use React.forwardRef()

* fix examples-test

* chore(Visibility): remove component (#4257)

* chore(Visibility): remove component

* remove behaviors section

* chore(Ref): remove component (#4286)

* chore(Ref): remove component

* fix tests

* chore(Search): use React.forwardRef() (#4330)

* chore(Search): use React.forwardRef()

* add test for ref forwarding

* fix tests, add comments

* chore: refactor Modal tests (#4339)

* chore: remove unused test utils (#4340)

* chore: refactor tests for classnames to use mount() (#4341)

* chore: refactor tests for shorthands to use mount() (#4342)

* chore: refactor tests for shorthands to use mount()

* add comment

* fix tests with unmount

* fix(Dropdown): use ref forwarding (#4338)

* Add forward ref to Form (#4364)

* Convert form to function component

* Add ref forwarding to Form component

* Update test/specs/collections/Form/Form-test.js

Co-authored-by: Oleksandr Fediashov <[email protected]>

Co-authored-by: Oleksandr Fediashov <[email protected]>

* Add ref to components (#4373)

* Add ref to FormButton

* Add ref to FormCheckbox

* Add forwardRef to FormGroup

* Remove accidental `only` calls

* chore(FormField): use React.forwardRef() (#4359)

* Add ref to form field component

* Move ref to controlProps

* Add more forwardsRef tests

* Remove unnecessary describe wrapper

* update tests

Co-authored-by: Oleksandr Fediashov <[email protected]>

* chore(FormTextArea): use React.forwardRef() (#4405)

* chore(FormRadio): use React.forwardRef() (#4406)

* chore(FormInput): use React.forwardRef() (#4407)

* chore(Select,FormSelect,FormDropdown): use React.forwardRef() (#4408)

* chore(Select): use React.forwardRef()

* chore(FormSelect): use React.forwardRef()

* chore(FormDropdown): use React.forwardRef()

* fix tests, fix Dropdown component

Co-authored-by: Oleksandr Fediashov <[email protected]>

---------

Co-authored-by: Brandon Olivier <[email protected]>
Co-authored-by: Felix Mosheev <[email protected]>
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.

2 participants