Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- The following GitHub repository contains useful matchers for testing React components: https://github.com/jest-community/jest-extended
- The following link provides the source of Jest’s matcher utilities, which I find useful for figuring out how to write simple matchers: https://github.com/facebook/jest/tree/main/packages/jest-matcher-utils