-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Milestone
Description
Executing tns test android hangs and does not end.
I have example unit test, generated by tns test init (jasmine), according to this https://docs.nativescript.org/core-concepts/testing
describe("Hello World Sample Test:", function() {
it("Check counter.", function() {
expect(42).toEqual(42);
});
});When I execute command, after preparing and syncing, I see blue screen with message
Found karma at 10.11.11.156
And that's it. Nothing happens.
Console output:
Successfully transferred all project files.
Applying changes...
Successfully synced application org.nativescript.yesorno at Jan 18, 2016 5:51:27 PM.
Environment:
nativescript: 1.5.2
emulator: genymotion
node: 5.3.0
OS: Win64
Reactions are currently unavailable