Karma launcher for NativeScript unit tests =======================================
npm install karma-nativescript-launcherKarma launcher for NativeScript unit tests
=======================================
How to use
----------
````
$ npm install -g nativescript
$ tns create myproject
$ cd myproject
$ tns test init
$ tns test android
$ tns test ios