Created
January 24, 2021 21:21
-
-
Save bmdalex/c26def68cb3b31a74945ec7fecfa0e70 to your computer and use it in GitHub Desktop.
DON'T test computed props or data props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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