Skip to content

Installing a Plugin on a Local Vue Instance Does Not Work on TypeScript #712

Closed
@jbenner-radham

Description

@jbenner-radham

Version

1.0.0-beta.18

Reproduction link

https://github.com/jbenner-radham/create-local-vue-ts-lab

Steps to reproduce

  1. Clone example repo.
  2. yarn install
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions