salesforce / sfdx-lwc-jest

Run Jest against LWC components in SFDX workspace environment
MIT License
162 stars 81 forks source link

feat(config): add better support for TypeScript #368

Closed wjhsf closed 3 months ago

wjhsf commented 3 months ago

TypeScript is supported by @lwc/jest-preset, but not by sfdx-lwc-jest, even though sfdx-lwc-jest builds on @lwc/jest-preset.

https://github.com/salesforce/sfdx-lwc-jest/blob/c3ace89953103ce603fa3c620194d71d16cd05f8/src/config.js#L32-L36

This PR updates the config provided by sfdx-lwc-jest to support TypeScript by using more of @lwc/jest-preset.