Configuring Jest

This section shows you how to configure Jest in a real-world application. This includes specific concerns like

  • Using webpack alongside Jest,

  • Configuring Jest to allow webpack to turn a directory in our own custom version of node_modules,

  • Using CSS modules alongside Jest,

  • Using CSS-in-JS tools alongside Jest,

  • and more!

Last updated