Testing Twig templates and custom JavaScript with Jest

larowlan

Jest is the defacto standard for testing in modern JavaScript but we've traditionally not been able to leverage it for testing in Drupal.

But with twig-testing-library, we can now test our twig templates and any dynamic behaviours added by Javascript using Jest.

In this seesion we will go through the process of adding Jest based testing to an existing component.

Track

Development & Coding