Closed
Description
After running unit tests via
- tns test ios
a call to
- tns run ios
displays an app with a big image of "N" and a label that says "no reachable hosts"
My expectation is that the app would run (not the unit tests)
tns info
nativescript │ 3.2.1 │ 3.2.1 │ Up to date │
tns-core-modules │ 3.2.0 │ 3.2.0 │ Up to date │
tns-android │ │ 3.2.0 │ Not installed │
tns-ios │ 3.2.0 │ 3.2.0 │ Up to date │
Steps to reproduce:
- tns create test-app
- cd test-app/
- tns run ios
- tns test init # Choose Jasmine
- tns test ios
- tns run ios
Any help would be greatly appreciated.