cordova-android/bin/tests/autotest.coffee

5 lines
118 B
CoffeeScript
Raw Normal View History

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