Skip to content

Instantly share code, notes, and snippets.

@bmdalex
Created January 24, 2021 21:34
Show Gist options
  • Save bmdalex/33c3d3789c0f68e0352adf3dea5a19b9 to your computer and use it in GitHub Desktop.
Save bmdalex/33c3d3789c0f68e0352adf3dea5a19b9 to your computer and use it in GitHub Desktop.
DON'T use names of internal properties
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