Closed as not planned
Description
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
Labels
No labels