Created
April 29, 2011 22:39
-
-
Save Kami/949167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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