Skip to content

Commit

Permalink
add test case for jestjs#6075
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed May 16, 2018
1 parent 7f74710 commit f88047e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-native/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const styles = StyleSheet.create({

export default class Intro extends Component<{}> {
render() {
console.log('render');
return (
<View style={styles.container}>
<Text style={styles.welcome}>Welcome to React Native!</Text>
Expand Down

0 comments on commit f88047e

Please sign in to comment.