Closed
Description
Version
1.0.0-beta.18
Reproduction link
https://github.com/jbenner-radham/create-local-vue-ts-lab
Steps to reproduce
- Clone example repo.
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.
Metadata
Metadata
Assignees
Labels
No labels