Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit fe25792

Browse files
committed
update README.md
1 parent 8d04284 commit fe25792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Looking for more guidance? Full documentation for Gatsby lives [on the website](
258258

259259
This project has unit tests support that runs on top of the [Jest](https://jestjs.io/) - ( [Docs](https://jestjs.io/docs/en/getting-started) | [API](https://jestjs.io/docs/en/api) ).
260260

261-
The jest unit tests will be executed right before the gatsby-build on the build flow `npm run build` or you can execute it anytime with the following commands: `npm run unit-tests`, `jest` and if you what to keep it running use `jest --watch`;
261+
The jest unit tests will be executed right before the gatsby-build on the build flow `npm run build` or you can execute it anytime with the following commands: `npm run unit-tests`, `jest` or if you want to keep it running use `jest --watch`;
262262

263263
### Useful links related to TypeScript + React + Jest
264264

0 commit comments

Comments
 (0)