Created
January 24, 2021 21:34
-
-
Save bmdalex/33c3d3789c0f68e0352adf3dea5a19b9 to your computer and use it in GitHub Desktop.
DON'T use names of internal properties
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
describe('handleFormSubmit', () => { | |
beforeEach(() => { … }) | |
it('button disabled attribute is false', { ... }) | |
it('is calling $auth.registerUser', () => { ... }) | |
it('is calling $emit("register-update", ...)', { ... }) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment