You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 5.2.0
Cross-platform modules: 5.2.0
Android Runtime: 5.2.0
iOS Runtime: 5.2.0
To Reproduce
tns create jsApp --js && cd jsApp
tns test android
A Cannot find module '/Users/tachev/Work/Test/jsApp/node_modules/karma/lib/server' error is thrown.
Expected behavior
The test command should fail with a user-friendly message recommending tns test init.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):To Reproduce
tns create jsApp --js && cd jsApp
tns test android
Cannot find module '/Users/tachev/Work/Test/jsApp/node_modules/karma/lib/server'
error is thrown.Expected behavior
The test command should fail with a user-friendly message recommending
tns test init
.The text was updated successfully, but these errors were encountered: