Skip to content
Gregg Van Hove edited this page Nov 6, 2016 · 45 revisions

The Wiki pages are deprecated! Please check jasmine.github.io for documentation.

Jasmine logo

BDD for your JavaScript

Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.

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

What's Here:

Support

Discussion: Google Group
Group email: jasmine-js@googlegroups.com
Current Build Status: Jasmine at Pivotal Labs CI
Report bugs at GitHub
Project Backlog: Jasmine on Pivotal Tracker
Twitter: @JasmineBDD


powered by