Skip to content

Commit

Permalink
added tests to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed Oct 26, 2018
1 parent 478cc86 commit ae4b15f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ flow.set('nested.data.works', "<strong>also works</strong>");

# Building

Run `npm install` then run `npm run build`.
Run `npm install` and then run `npm run build`.

# Testing

Run `npm install` and then `npm test` to run all Jest tests.

0 comments on commit ae4b15f

Please sign in to comment.