You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit tests are failing because the plugin installed on the localVue instance is not getting properly installed.
This isn't an issue when running on a normal Vue instance via yarn serve. And oddly it's not an issue in a JavaScript implementation, see here for an working JavaScript implementation example project.