forcedotcom / LightningTestingService

Apache License 2.0
122 stars 35 forks source link

Request: Support JEST #92

Closed yippie closed 4 years ago

yippie commented 5 years ago

WIth LWC using Jest for testing, it is annoying to use different testing frameworks for Aura and LWC. Please add JEST support so that we can write all tests in a single framework

diervo commented 5 years ago

It is unlikely (not anywhere in the roadmap) that we will support Jest in Aura.

Aura has a lot of dependencies on Java and requires a running server to compile components. Moving away from that is not worth the cost at this point in time.