{Expressive BDD Syntax}
var foounit = require('foounit');
describe('this is ta test', function() {
it('is only a test', function() {
expect(myTest).to(runEverywhere);
});
});
foounit.run();
Get the browser version (no npm install necessary): foounit-0.1.0-browser.tar.gz
Get the node version:
$ npm install -g foounit
Get the source.