Skip to content

Instantly share code, notes, and snippets.

@bmdalex
Created January 24, 2021 21:19
Show Gist options
  • Save bmdalex/594956a7de22a01e4a71e6acfb72c458 to your computer and use it in GitHub Desktop.
Save bmdalex/594956a7de22a01e4a71e6acfb72c458 to your computer and use it in GitHub Desktop.
DO test calls to external functions (Vuex actions, APIs)
it('when the user submits it should call external API', () => {
expect($auth.registerUser).toHaveBeenCalledWith({
email: validEmail
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment