quasarframework / quasar-testing

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

fix: #338 make .jest part optional in unit-jest testMatch configuration #339

Closed KavehKarami closed 10 months ago

KavehKarami commented 1 year ago

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

If you are adding a new test runner, have you...? (check all)

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:

IlCallo commented 1 year ago

Care to provide a valid reason for this change? Adding the jest suffix when outside jest folder is meant to avoid collisions with other testing frameworks (e.g. Cypress) which use the same syntax, and allow to selectively apply linting rules only where needed

You can change it in your own project if you don't like the preset for your projects

IlCallo commented 10 months ago

Closing due to lack of response