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
- Host: GitHub
- URL: https://github.com/nativescript/karma-nativescript-launcher
- Owner: NativeScript
- License: other
- Created: 2015-06-08T14:10:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T08:56:58.000Z (about 10 years ago)
- Last Synced: 2024-04-14T04:51:29.517Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 36
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```