Skip to content

Instantly share code, notes, and snippets.

@jamesoshea
Last active July 23, 2018 07:29
Show Gist options
  • Save jamesoshea/9fd54c1e4a6618d620d65d4cb0d3ad9f to your computer and use it in GitHub Desktop.
Save jamesoshea/9fd54c1e4a6618d620d65d4cb0d3ad9f to your computer and use it in GitHub Desktop.
test('should render content correctly', () => {
const wrapper = mount(CoolCard, { store, localVue });
expect(wrapper.vm.$el).toMatchSnapshot();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment