forked from jasmine/jasmine
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
pivotal edited this page Jan 17, 2011
·
31 revisions
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:
- Welcome
- Download
- Release Notes
- Jasmine Documentation
- How to use Jasmine with:
- API Documentation
- Contributor's Guide
- Related Projects
- Who's Using Jasmine
Discussion: Google Group
Group email: [email protected]
Current Build Status: Jasmine at Pivotal Labs CI
Report bugs at GitHub
Project Backlog: Jasmine on Pivotal Tracker
Twitter: @JasmineBDD