Get Started
Documentation
Support
Source
About
Version 0.1.0
Updated: Today
Download
Test your javascript everywhere!
{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();
{Clean easy to use UI}
{More Features}
Asynchronous testing
Runs in nodejs and the browser
Mocking
Continuous Integration
Test suites
Support
Twitter:
@foounit
Mailing list:
Google groups
File a ticket:
Submit an issue