Fork me on GitHub
Simple DOM-less
JavaScript testing framework

Jasmine


describe("Jasmine", function() {
  it("makes testing JavaScript awesome!", function() {
    expect(yourCode).toBeLotsBetter();
  });
});

Documentation

JSDoc
README

Download

VersionSizeDateSHA1
jasmine-standalone-0.11.0.zip0.11.0 18k 2010/06/25 16:05:30 584357ae89baa56e60937ff4b6027bd48c8d3a54

You can also clone the project with Git by running:

$ git clone git://github.com/pivotal/jasmine

Support

Discussion: http://groups.google.com/group/jasmine-js
Group email: jasmine-js@googlegroups.com
Current build status of Jasmine is visible at ci.pivotallabs.com
Pivotal Tracker project: http://www.pivotaltracker.com/projects/10606
Twitter: @JasmineBDD

Powered by   Pivotal Labs