ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit e1a33d894c788c88ef5848d8f4d3b9239118b546
parent 6f23fdd9b169f3d2696859cc6be4502b120c70c7
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Thu,  9 Oct 2014 18:44:44 +0400

Update README.md

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -94,8 +94,10 @@ $ git merge upstream/master $ npm install ``` -### Running Unit Tests -Jest tests are located in the __tests__ directory. Run them with this npm script: +### How to Test + +Run unit tests powered by [Jest](https://facebook.github.io/jest/) with the following +[npm](https://www.npmjs.org/doc/misc/npm-scripts.html) command: ```shell $ npm test @@ -109,7 +111,7 @@ $ npm test * [React.js Discussion Board](https://groups.google.com/forum/#!forum/reactjs) * [Flux Architecture for Building User Interfaces](http://facebook.github.io/flux/) * [The Future of React](https://github.com/reactjs/react-future) - * [Jest | Painless Unit Testing](http://facebook.github.io/jest/) + * [Jest - Painless Unit Testing](http://facebook.github.io/jest/) ### Support