Skip to content

Instantly share code, notes, and snippets.

@bmdalex
Created January 24, 2021 21:21
Show Gist options
  • Save bmdalex/c26def68cb3b31a74945ec7fecfa0e70 to your computer and use it in GitHub Desktop.
Save bmdalex/c26def68cb3b31a74945ec7fecfa0e70 to your computer and use it in GitHub Desktop.
DON'T test computed props or data props
it('should display the required fields form errors', () => {
expect(wrapper.vm.errorMsg).toBe('Invalid Email.')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment