Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. render() {
  2. const { navigation, label, ...props } = this.props;
  3. const username = navigation.getParam('username', 'user');
  4. return (
  5.  
  6. describe("Function running with no error", ()=>{
  7. it('redenders the test page correctly', () => {
  8. const tree = renderer.create(<page2 />).toJSON();
  9. })
Add Comment
Please, Sign In to add comment