Skip to content

Instantly share code, notes, and snippets.

@bmdalex
Created January 24, 2021 21:19
Show Gist options
  • Select an option

  • Save bmdalex/22786d4b308616676b0a489103eef16f to your computer and use it in GitHub Desktop.

Select an option

Save bmdalex/22786d4b308616676b0a489103eef16f to your computer and use it in GitHub Desktop.
DO test events
it('when the user submits it should emit the "register-update" event', () => {
const eventArgs = wrapper.emitted()['register-update'][0]
expect(eventArgs).toBe(registerUserResponse)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment