NativeScript/nativescript-cli-tests

Add test for adding runtime with --frameworkPath, deleting platforms folder and try to run again

Natalia-Hristova opened this issue · 0 comments

  1. tns platform add <platform> --frameworkPath <path>
  2. delete platforms/
  3. tns run <platform>

before: There is an infinite loader when a nonexisting runtime is specified in the package.json.
after: invalid pkg error

fixed in PR