Skip to content

Commit

Permalink
docs: Change jest to mocha in Nodejs init README (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzi authored and jfuss committed Jul 19, 2018
1 parent fab32d9 commit afbd7e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ aws cloudformation describe-stacks \

## Testing

We use `jest` for testing our code and it is already added in `package.json` under `scripts`, so that we can simply run the following command to run our tests:
We use `mocha` for testing our code and it is already added in `package.json` under `scripts`, so that we can simply run the following command to run our tests:

```bash
cd hello_world
Expand Down

0 comments on commit afbd7e1

Please sign in to comment.