A Karma plugin. Adapter for the Nodeunit testing framework for NativeScript.
npm install karma-nsnodeunitThis is based on both the Karma-NodeUnit located at https://github.com/karma-runner/karma-nodeunit
And the actual nodeunit from https://github.com/caolan/nodeunit
They have both been modified to work inside the NativeScript test runner environment.
tns test init To initialize the testing system, Choose Mocha.npm install karma-nsnodeunit --save-devkarma.conf.js file and set the frameworks: ['nsnodeunit']