Skip to content

build-*-bundle gets stuck at nativescript-unit-test-runner hook in NS 3.2  #3164

@dbenninger

Description

@dbenninger

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:

  1. tns create Test --template ng
  2. cd Test
  3. npm install --save-dev nativescript-dev-webpack
  4. npm install
  5. tns test init -> select "jasmine"
  6. npm run build-android-bundle

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions