Skip to content

Instantly share code, notes, and snippets.

@istruble
Created May 9, 2010 05:53
Show Gist options
  • Save istruble/394970 to your computer and use it in GitHub Desktop.
Save istruble/394970 to your computer and use it in GitHub Desktop.
$ node my_test.js
Running 3 tests...
statusReturnsUnaryApp: true
statusRespondsWithCorrectPayload: true
statusClosesConnection: true
Done. 3 passed, 0 failed.
var test = require("./utils/test"),
target_module = require('./apps/fab.status');
test(target_module);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment