Open
Description
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):
- CLI: 6.1.1
- Cross-platform modules:
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
The application crashes runtime when tns test
command is executed for newly created code shared application.
To Reproduce
- Update to latest
ng
cli ng new w1
cd w1
ng add @nativescript/schematics
tns test init
- Modify
tsconfig.tns.json
:
"files": [
"src/tests/example.ts"
]
tns test ios
Expected behavior
The application should be successfully ran on device.