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
<%- @content %>