Skip to content

Instantly share code, notes, and snippets.

@tb
Created March 3, 2017 11:49
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 tb/79bd62e95322cbf8bf07ad39656469f4 to your computer and use it in GitHub Desktop.
Save tb/79bd62e95322cbf8bf07ad39656469f4 to your computer and use it in GitHub Desktop.
describe('MainSection Component', () => {
test('render', () => {
const { wrapper } = setup()
expect(wrapper).toMatchSnapshot()
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment