Skip to content

Instantly share code, notes, and snippets.

@achhunna
Created May 19, 2019 22:06
Show Gist options
  • Save achhunna/227f92d00d62619fe1c7979d35336647 to your computer and use it in GitHub Desktop.
Save achhunna/227f92d00d62619fe1c7979d35336647 to your computer and use it in GitHub Desktop.
Async callbacks
test('check async block', async() => {
await wrapper.vm.asyncFunction(); // where asyncFunction() has a resolved Promise or other async stuff
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment