-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
Tell us about the problem
The commands npm run build-android-bundle and npm run build-ios-bundle get stuck at the nativescript-unit-test-runner hook and never fail or complete in NS 3.2:
npm run build-ios-bundle
> @ build-ios-bundle /Users/davidbenninger/Desktop/Test
> npm run ns-bundle --ios --build-app
> @ ns-bundle /Users/davidbenninger/Desktop/Test
> ns-bundle
Running tns prepare...
Executing before-prepare hook from /Users/davidbenninger/Desktop/Test/hooks/before-prepare/nativescript-dev-typescript.js
Preparing project...
Project successfully prepared (ios)
Executing after-prepare hook from /Users/davidbenninger/Desktop/Test/hooks/after-prepare/nativescript-unit-test-runner.js
a normal tns run ... seems to work fine.
Which platform(s) does your issue occur on?
with iOS and Android
Please provide the following version numbers that your issue occurs with:
- CLI: 3.2.1
- Cross-platform modules: 3.2.0
- Runtime(s): 3.2.0
- Plugin(s): "nativescript-unit-test-runner": "^0.3.4"
To reproduce:
- tns create Test --template ng
- cd Test
- npm install --save-dev nativescript-dev-webpack
- npm install
- tns test init -> select "jasmine"
- npm run build-android-bundle
odnamrataizem, jevenson, msgitter, Spenstar and RaphaelJenni