Skip to content

Instantly share code, notes, and snippets.

@esmasui
Created August 21, 2013 14:45
Show Gist options
  • Select an option

  • Save esmasui/6295419 to your computer and use it in GitHub Desktop.

Select an option

Save esmasui/6295419 to your computer and use it in GitHub Desktop.
> test("hoge", function(){ok(true, "hogehoge")}) localhost:3000/:79
Object {} localhost:3000/:81
Object {name: "hoge"} localhost:3000/:81
Object {name: "hoge", result: true, message: "hogehoge"} localhost:3000/:81
Object {name: "hoge", failed: 0, passed: 1, total: 1, duration: 2} localhost:3000/:81
Object {failed: 0, passed: 3, total: 3, runtime: 30531} localhost:3000/:81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment