How do I test a Gatsby site?

How do I test a Gatsby site?

Hey Mark,

Gatsby does not include with Jest or the React Testing Library like React does, so we will install those right away. Run the CLI command to install the libraries required for Gatsby site testing. We may now create a new folder called tests at the project’s root after the requirements have been installed.