Skip to main content

Untested Lightning Web Components

David Martin avatar
Written by David Martin
Updated this week

Jest is a powerful tool for writing JavaScript tests. Developers should use Jest to write unit tests for their Lightning web components. Jest allows testing components in isolation, essential user interaction, verifying the DOM output and verifying that events fire when expected.

Additional Resources

Did this answer your question?