From ebb4eec8246d082d80b73c8fef4025ead74305f3 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Fri, 5 Jun 2020 20:52:25 +0200 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9be4ca..2b51857 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Kick off your project with this opinionated boilerplate. This starter ships with ## Stuff I added +- [Emotion](https://emotion.sh/) - [ESLint](https://eslint.org/) - [Husky](https://github.com/typicode/husky) - [Jest](https://jestjs.io/) @@ -86,7 +87,7 @@ A quick look at the top-level files and directories you'll see. 11. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering. -12. **`jest.config.js` & `jest-preprocess.js` & `loadershim.js`**: These are configuration files for [Jest](https://jestjs.io/). +12. **`jest.config.js` & `jest-preprocess.js` & `loadershim.js` & `setup-test-env.js`**: These are configuration files for [Jest](https://jestjs.io/). 13. **`LICENSE`**: Gatsby is licensed under the MIT license.