Skip to content

Commit

Permalink
Add note about Jest in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jun 23, 2017
1 parent 1951478 commit 711ee2f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ processor][processor] and its [**MDAST**][mdast] syntax tree, [**rehype**][rehyp
* npm `>=` **5**

1. clone
2. `yarn`
3. `lerna run test`
2. `npm install`
3. `npm test`

This project uses [Jest][jest] for testing. It is recommended to install the Jest CLI tools, and run Jest in watch mode when developing.

- `npm install -g jest`
- `jest --watch --notify` (`--notify` sends desktop notifications when tests run)

## Packages

Expand Down

0 comments on commit 711ee2f

Please sign in to comment.