mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
5 lines
118 B
CoffeeScript
5 lines
118 B
CoffeeScript
exports['you are sane'] = (test) ->
|
|
test.expect 1
|
|
test.ok true, "this assertion should always pass"
|
|
test.done()
|