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

More react-native default mocks #1516

Merged
merged 1 commit into from Aug 30, 2016
Merged

More react-native default mocks #1516

merged 1 commit into from Aug 30, 2016

Conversation

cpojer
Copy link
Member

@cpojer cpojer commented Aug 30, 2016

Also added aa mockComponent convenience function.

This adds new and improved default mocks for:

  • View
  • Image
  • ListView
  • ScrollView
  • TextInput
  • ActivityIndicator

@codecov-io
Copy link

codecov-io commented Aug 30, 2016

Current coverage is 62.14% (diff: 0.00%)

Merging #1516 into master will decrease coverage by 0.74%

@@             master      #1516   diff @@
==========================================
  Files            97         98     +1   
  Lines          3660       3704    +44   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2302       2302          
- Misses         1358       1402    +44   
  Partials          0          0          

Powered by Codecov. Last update f162c7c...2e56bcf

@cpojer cpojer merged commit 4a41a50 into jestjs:master Aug 30, 2016
`;

exports[`Intro renders the ListView component 1`] = `
<ScrollView
Copy link

Choose a reason for hiding this comment

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

shouldn't this be ListView?

Copy link

Choose a reason for hiding this comment

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

Oh I see, the ScrollView component is what ListView renders by default.

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants