Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
Describe the bug
Unit test livesync doesn't work when you change something in file: example.ts
To Reproduce
tns create appTS --ts
tns test init
tns test android --bundle
- make a change in example.ts file and you will see that the terminal freezes
12 04 2019 16:26:35.248:WARN [karma]: No captured browser, open http://localhost:9876/```
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
Unit test livesync doesn't work when you change something in file: example.ts
To Reproduce
tns create appTS --tstns test inittns test android --bundle