# Add AVA This recipe helps you setup AVA in your Gatsby site to test components and utilities. This recipe: --- Installs the `ava` package. --- Adds some AVA test files for you to play with. --- Adds a `test` & `test:watch` scripts to your package.json. Then you can run `npm run test` — AVA will run your test! While writing tests you can run `npm run test:watch` and tests will re-run as you edit them.