- Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
- CLI: 5.3.2
- VSCode extension: Build version: v.2019.3.27.1
When running test command with hmr breakpoints in unit tests are not hit and you cannot debug them.
Steps:
- tns create Myapp --ng
- Create nsconfig.json with "useLegacyWorkflow": false in it
- tns test init --framework mocha
- In VSCode set breakpoints in example.ts file
- In VSCode start Test on Android or iOS
- Try to debug and hit the breakpoints in the test file
Result: Breakpoints in the test file are never hit.
Expected: Debugger to stop on the breakpoints in the test file.