vuejs / vue-jest

Jest Vue transformer
MIT License
742 stars 159 forks source link

Fix: script and script setup in same vue component file (Vue 3) #541

Closed quienti closed 1 year ago

lmiller1990 commented 1 year ago

Thanks for the PR. Does this fail locally before the change, and pass after? I'll go ahead and run CI now, it should run automatically each commit now.

quienti commented 1 year ago

@lmiller1990 , I have add missing import for test, I think it is okay now !

quienti commented 1 year ago

Ok, I thought the mount method was from the test-utils package....

All is good now :D

lmiller1990 commented 1 year ago

Seems fine, I will release this now.

lmiller1990 commented 1 year ago

Done: https://github.com/vuejs/vue-jest/releases/tag/v29.2.4

quienti commented 1 year ago

Thank you ! Everything work !