An open API service indexing awesome lists of open source software.

https://github.com/nativescript/karma-nativescript-launcher

Karma launcher for NativeScript unit tests
https://github.com/nativescript/karma-nativescript-launcher

Last synced: 8 months ago
JSON representation

Karma launcher for NativeScript unit tests

Awesome Lists containing this project

README

          

Karma 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
```