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

Support swc for jest typescript testing #307

Closed glorat closed 11 months ago

glorat commented 1 year ago

With reference to @Blfrg in https://github.com/quasarframework/quasar-testing/issues/290#issuecomment-1321175301

Feature request for the jest test extension to have an option to use SWC instead of ts-jest for a faster compilation. The feature would involve an additional "prompt" of "SWC for TypeScript (experimental)" in the extension installation to use SWC for typescript support of the jest testing. Plug-in would then set dependencies and config.mjs appropriately.

Assuming maintainers think this is a reasonable idea, I'm happy to attempt a PR for this!

IlCallo commented 11 months ago

Closing since the OP switched to Vitest in the end