From 0159cfc194966cb44e683de7b178e5967228f610 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 12 Jan 2016 17:52:11 -0800 Subject: [PATCH] Added Testing section in the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 81c5ae4..3ceac06 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ xcodebuild This will build `ios-deploy` into the `build/Release` folder. +## Testing + +Run: + +``` +npm install && npm test +``` ### OS X 10.11 El Capitan