Skip to content

Instantly share code, notes, and snippets.

@jhsu
Last active August 25, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhsu/cdb4a1ee64693c88f05da3591f15d7a3 to your computer and use it in GitHub Desktop.
Save jhsu/cdb4a1ee64693c88f05da3591f15d7a3 to your computer and use it in GitHub Desktop.
reactjs test
import React from 'react';
import { shallow } from 'enzyme';
const wrapper = shallow(<div>hello</div>);
wrapper.text();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment