3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-01 14:33:00 +08:00
cordova-android/bin/tests/autotest.coffee
2011-09-01 13:12:09 -07:00

5 lines
118 B
CoffeeScript

exports['you are sane'] = (test) ->
test.expect 1
test.ok true, "this assertion should always pass"
test.done()