Tinytest on package for meteor-codova android/ios apps

How to test package using Tinytest on an android device(cordova). I wanted to test one of my package in android device. I have tried meteor test-packages --android-device with simple test.equal(1, 1, "Equal test"); but it gives me

Testing in progress…
Passed 0 of 0

in the mobile device. Does anyone have any example showing Tinytest on android/ios devices.