Commit 118c4a1d authored by Nick Kipling's avatar Nick Kipling

Adding return to test promise

parent d7e717de
......@@ -78,6 +78,7 @@ describe('NugetInstallation', () => {
.$nextTick()
.then(() => {
installationTab().trigger('click');
return wrapper.vm.$nextTick();
})
.then(() => {
expect(eventSpy).toHaveBeenCalledWith(undefined, TrackingActions.INSTALLATION, {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment