NativeScript / nativescript-plugin-seed

Get started building NativeScript plugins quickly.
Apache License 2.0
102 stars 54 forks source link

Missing script: test.android #149

Open tgpetrov opened 5 years ago

tgpetrov commented 5 years ago

Make sure to check the existing issues in this repository

Done

If the demo apps cannot help and there is no issue for your problem, tell us about it

I follow the steps in the documentation about Unit tests, which say I should run

npm run test.android

to run the Unit tests provided by the plugin seed but I get an error:

npm ERR! missing script: test.android

Which platform(s) does your issue occur on?

Both

Please, tell us how to recreate the issue in as much detail as possible.

Just follow the steps described in the docs.

Is there any code involved?

No