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