Skip to content

VFD Incompatible With Jest #54

Closed as not planned
Closed as not planned
@outcomes-keyan-hardman

Description

@outcomes-keyan-hardman

First off - thank you so much for this library, it's much appreciated. However, in an effort to update many projects from Vue2 to Vue3 it would be extremely helpful if I could continue using jest. I receive the following error:

Test suite failed to run

    TypeError: Class constructors cannot be invoked without 'new'

      13 |
      14 | @Component({ components: { Sidebar } })
    > 15 | export default class App extends Vue {
         | ^
      16 |   @Prop({ required: false }) private userContext?: UserContext
      17 |
      18 |   loaded = false

Please let me know what other info I can provide to address this. This was brought up before but the issue was closed:
#33

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