Add instructions for how to run the exercises

This commit is contained in:
Elizabeth Craig
2019-02-28 12:22:21 -08:00
parent 88425249ea
commit 5a0a51ed4c
15 changed files with 30 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ it('tests async functions', async () => {
## Jest basics
In this repo, we can start an inner loop development of tests with the command: `npm test`
In this repo, we can start an inner loop development of tests by running `npm test` from the root of the `frontend-bootcamp` folder.
Take a look at code inside `demo/src`: