-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns test ios --emulator is failing with "JS ERROR Error: Could not find module './'. Computed" #2016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @hdeshev do you know what can cause this? |
First call to `tns test <platform>` always fails as the file with Karma configuration is not sent to device. The reason is that it's craeted in `node_modules/unit-test-runner` after the project is prepared. The second execution of the command will include the file, but it may not be correct. It's regenerated, but again after the project is prepared. Fix the `test-execution-service` to prepare the project after the configuration file is created. Fixes #1636 and possibly #2016 Fixes the problem in Travis builds that console hangs and travis builds never end.
with the second run it seems to work, but just clean all and removed all git ignored files and afterwards I run the test command with --bundle option and it's working. Maybe it's more related to the web pack setup of nativescript |
Hey @hypery2k, Please use |
ok. Got it |
When trying to run with latest native script-cli on a web pack setup I'm getting the following error for ios:
The text was updated successfully, but these errors were encountered: