Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.

[Bug Report] Using @vue/test-utils in sync mode leads to test failures #159

@kierans

Description

@kierans

Environment

Vuetify Version: 2.2.12
Vue Version: 2.6.10

Steps to reproduce

  1. Create a new project via Vue CLI
  2. Ensure that the version of @vue/test-utils < 1.0.0-beta.30
  3. Write a set of unit tests that exercise form validation

Expected behaviour

npm run test:unit runs successfully.

Actual behaviour

npm run test:unit tests will fail with TypeError: Cannot read property '$scopedSlots' of undefined error message.

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