quasarframework / quasar-testing

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

feat(jest): move to beta stage, fixes #241 #291

Closed IlCallo closed 1 year ago

IlCallo commented 1 year ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information: I plan to merge and release as beta next week Code updates into test-app-* folders isn't that important, migration guide and files into packages/unit-jest are

I released the new version under beta tag, but I don't plan to advertise it before next week, any help to catch early bugs is appreciated e.g. apparently I broke JS test files with ESM syntax somehow 👀

Run quasar ext add @quasar/testing-unit-jest@beta and yarn test:unit to initialise and run tests in an existing project