From 8e3a40a3775ec69707c9dbe2092eeced1d5fec5a Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Fri, 29 Apr 2016 19:12:36 -0300 Subject: [PATCH] [Ivan Diaz] - Add frontend test to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e99c7bcf..2af3f06f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ OpenSupports v4.0 Now that `gulp dev` is running, the server is up as well and serving files from the `/build` directory. Any changes in the `/src` directory will be automatically processed by Gulp and the changes will be injected to any open browsers pointed at the proxy address. +#### Frontend Unit Testing +1. Do the steps described before +2. Install mocha "sudo npm install -g mocha" +3. Run `npm test` to run the tests + ### Getting up and running BACK-END (server folder) 1. Clone this repo