Skip to main content

Untested Lightning Web Components

Written by David Martin
Updated over 9 months ago

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?