finished moving all tests to vows

This commit is contained in:
csausdev
2010-12-07 09:12:43 +11:00
parent 80305ca376
commit 2e3843205a
17 changed files with 86 additions and 2587 deletions

View File

@@ -12,7 +12,7 @@ npm install log4js
## tests
Tests now use [vows](http://vowsjs.org), run with `vows test/logging.js`. I am slowly porting the previous tests from jspec (run those with `node tests.js`), since jspec is no longer maintained.
Tests now use [vows](http://vowsjs.org), run with `vows test/logging.js`.
## usage