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.
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.18
Reproduction link
https://github.com/jbenner-radham/create-local-vue-ts-lab
Steps to reproduce
yarn install
yarn test:unit
What is expected?
The unit tests will pass.
What is actually happening?
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.The text was updated successfully, but these errors were encountered: