quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
180 stars 65 forks source link

No exported member 'mountQuasar' for unit-jest 2.2.4 #212

Closed CamilleDrapier closed 2 years ago

CamilleDrapier commented 2 years ago

Software version

OS: Linux 5.15.25-1-MANJARO Node: 16.14.0 NPM: 8.5.0 Any other software related to your bug:

"@quasar/quasar-app-extension-testing-unit-jest": "2.2.4"

What did you get as the error?

error TS2305: Module '"@quasar/quasar-app-extension-testing-unit-jest"' has no exported member 'mountQuasar'.

What were you expecting?

No error

What steps did you take, to get the error?

Just running my jest test suite as I usually do after upgrading from "@quasar/quasar-app-extension-testing-unit-jest": "2.2.3" to "@quasar/quasar-app-extension-testing-unit-jest": "2.2.4", I suppose something unintended might have been released in this version, I could not find a release changelog, nor a tag to compare easily what was changed.

IlCallo commented 2 years ago

Hey there, thanks for reporting, 2.2.4 was meant to be a release just to add th qv1 tag on npm (that's why there's no changelog or release), but apparently something went wrong and it deployed without building the package, which resulted into using the v3 alpha version content instead.

Just tagged v2.2.5 which should have solved the problem :)

CamilleDrapier commented 2 years ago

Thanks a lot ! 👍