Skip to content

Instantly share code, notes, and snippets.

@Kami
Created April 29, 2011 22:39
Show Gist options
  • Select an option

  • Save Kami/949167 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/949167 to your computer and use it in GitHub Desktop.
vagrant@vagrantup:/data/whiskey$ bin/whiskey --tests example/test-success.js --test-reporter cli
test-success.js
test_two_plus_two_equals_four [OK]
test_true_equals_true [OK]
tearDown [OK]
---------------------------------------------------------------------------------
Ran 3 tests in 0.297s
Successes: 3
Failures: 0
Timeouts: 0
PASSED
vagrant@vagrantup:/data/whiskey$ bin/whiskey --tests example/test-success.js --test-reporter tap
1..3
ok 2 - test-success.js: test_two_plus_two_equals_four
ok 3 - test-success.js: test_true_equals_true
ok 4 - test-success.js: tearDown
vagrant@vagrantup:/data/whiskey$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment