karma-nativescript-launcher

Karma launcher for NativeScript unit tests =======================================

Usage no npm install needed!

<script type="module">
  import karmaNativescriptLauncher from 'https://cdn.skypack.dev/karma-nativescript-launcher';
</script>

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