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

Vitest support #261

Closed Evertvdw closed 2 years ago

Evertvdw commented 2 years 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:

Closes #226

Evertvdw commented 2 years ago

@IlCallo tsconfigPaths is necessary to have the path mappings defined inside tsconfig also when doing tests. Its this or defining the paths twice, I think.